/* This page validates as CSS. */

body      { margin-left: 15%; margin-right: 15%; font-family:  "Century Schoolbook", Palatino, serif; text-align: justify}

h2.credit   { font-style: italic; text-decoration: none; }

img       { border: thin solid black; }
h1, h2, h3  { font-family: Helvetica, sans-serif; }
h1        { font-size: 1.4em; }
h2        { font-size: 1.2em; text-decoration: underline; }
h3        { font-size: 1.1em; }
.center   { text-align: center; margin: 0.75em;  clear: both;}
.quote    { font-style: italic; }
.border   { border: 1px solid #999999; padding: 1em; margin-bottom: 3em;
            background-color: #EEEEEE; color: #000000; }
table     { width: 100%; border: none; margin: auto; 
            font-family: Helvetica, sans-serif; font-size: .9em;
          }
td        { padding: 1em ; }

a         { cursor: pointer; }
a:link 		{ font-family: Helvetica, Geneva, Arial, sans-serif; 
            text-decoration: underline;
            color: #330000; background-color: white;
          }

a:visited { font-family: Helvetica, Geneva, Arial, sans-serif; 
            text-decoration: underline;
            color: #330000; background-color: white;
          } 

a:hover 	{ font-family: Helvetica, Geneva, Arial, sans-serif;
		        color: #003300; background-color: white;
		      }


a:active 	{ font-family: Helvetica, Geneva, Arial, sans-serif; 
            background: #660000;
            color: rgb(255, 255, 255); text-decoration: none;
          }