body {
		font-family: "Times New Roman", Verdana, Georgia, 
			  Times, serif;	
		color: #000000;
		font-size:medium;
		background-color: #FFF6CC;}
		
	A:link {text-decoration: none;
	    	color: #660000;
	}
    
	A:visited {
    	color: red;
		text-decoration: none;
		} 
    address {
		margin-top: 1em;
		padding-top: 1em;
		border-top: thin dotted }
		
	#Highlight {color: blue}
	
	 #Highlight a:link{
		color: blue;
		bgcolor: white; } 
		
	 #Highlight a:visited{
		color:  #0066cc;
		bgcolor: white; } 
		
	.Name {
	color: #FF0000;}

