BODY { font-family: Verdana }

A:link { color: black }       /* unvisited link */
A:visited { color: black }   /* visited links */
A:active { color: red }    /* active links */

TD {
	font-type: Verdana;
	font-size: 10pt
	}
	
/* CONTENTS SECTION */
	
A.contents:link 
	{ 
	color: white;
	text-decoration: none
	}       
A.contents:visited 
	{ 
	color: white;
	text-decoration: none
 	}   
A.contents:active 
	{ 
	color: yellow;
	text-decoration: none
 	}   
A.contents:hover
	{
	color: yellow;
	text-decoration: none
	}

Table.contents { 
	color: white;
	font-type: Verdana;
	font-size: 14pt;
	}
	
TD.photos {
	font-type: Verdana;
	font-size: 10pt;
	font-weight: bold;
	}
	
TD.photobuttons {
	font-type: Verdana;
	font-size: 11pt;
	font-weight: bold;
	color: #000080;
	}
