BODY {
	background-color : white;
	color : #480000;
	font-family : Arial, Cooper Black, Copperplate Gothic Bold;
     }

A:link { color: blue;
	 text-decoration : underline; }          /* unvisited link */
A:visited { color: red; }                        /* visited links */
A:active { color: #9932CC;
	   text-decoration : none;
	   font-style : bold; }                  /* active links */

ul:li { color : black; }

.button  {
       	color : white;
       	background : #0000CE;
       	font-face : Arial, Helvetica;
       	font-style : normal;
       	font-size : 10pt;
	text-decoration : none;
       }

.overlnk  {
       	color : black;
       	background : yellow;
	text-decoration : none;
       }
       
.downlnk  {
       	color : red;
       	background : white;
	text-decoration : none;
       }

hr { color : #480000; 
     height : 2;
     width : 60%;
   }
