/*                                  */
/* Basic definitions for all pages  */
/*                                  */

body {font-family: Arial, Helvetica, Verdana, sans-serif; 
      color: black; background: #FDF5E6;
      margin-left: 3%; margin-right: 3%;}

  table.menu {border-collapse:separate; border: none; border-spacing:6px 2px;}
  td.menu {padding: 2px; border: 1px solid; border-color: black; background-color:white;}

h3          {color: #191970; text-align: center;}
h3.leftgrey {color: #666666; text-align: left; margin-top: 1.5em;}

h4             {margin-bottom:0.7em;}
h4.tableheader {color: #2F4F4F;}
h4.notesheader {font-weight: bold; color: #808080; margin-bottom:0.3em;}
  
p {margin-top: 0.4em; margin-bottom: 0.7em;}
p.equation {margin: 0.6em; padding-left: 1em;}
p.list {padding-left: 1em;}

ul {margin-left:0; padding-left:1em; margin-top:0.4em;}
li {margin: 0.5em 0 0.5em 0;}

ul.contents {list-style-type:none; margin-top: 0.4em; margin-bottom: 0.7em;}
li.contents {margin: 0.3em 0 0.3em 0;}

/* normal links */
a:link    {font-weight: normal; color: #0000FF; text-decoration: underline}
a:visited {font-weight: normal; color: #0000FF; text-decoration: underline }
a:hover   {font-weight: normal; color: #800080; text-decoration: underline }
a:active  {font-weight: normal; color: #800080; text-decoration: underline }

/* list of solutions */
a.list:link    {font-weight: bold; color: #0000FF; text-decoration: none}
a.list:visited {font-weight: bold; color: #0000FF; text-decoration: none }
a.list:hover   {font-weight: bold; color: #800080; text-decoration: none }
a.list:active  {font-weight: bold; color: #800080; text-decoration: none }
