a:link
	{
	color: #800835;
	background-color: transparent;
	text-decoration: none;
	}
	
a:visited
	{
	color: #a69202;
	background-color: transparent;
	text-decoration: none;
	}

a:hover
	{
	color: black;
	background-color: transparent;
	text-decoration: strikethrough;
	}
	

.text
   {
   font-family: georgia, times new roman, serif;
   font-size:12pt;  
   color:black;
   }
    
.header
   {
   font-family: georgia, times new roman, serif;
   font-size:16pt;   
   color:black;
   text-indent:2pt;
   }

