body {
	background-repeat: repeat;
	background-image: url(images/colemancran.jpg);
	font-size: 12px;
	color: #333333;
}

a:link {
	color: #FFCCCC;
	text-decoration: none;
}
a:visited {
	color: #FFCCCC;
	text-decoration: none;
}
a:hover {
	color: #FFCC99;
	text-decoration: none;
}
a:active {
	color: #FFCCCC;
	text-decoration: none;
}

.whiteText {
	color: #FFcccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;}

.whiteText a:hover{
color: #FFFFCC;}

	
.navigation a:link{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold;
	color:#CC0033;
	}

.navigation a:hover{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold;
	color:#CC0033;
	background-color:#FFFFFF;
	}
	
#hyperlinks a:visited{
   font-size: 12px; 
   color: #CC0033;
   text-decoration:underline;
}

#hyperlinks a{
   font-size: 12px; 
   color: #CC0033;
   text-decoration:underline;
}

#hyperlinks a:link{
   font-size: 12px; 
   color: #CC0033;
   text-decoration:underline;
}

#hyperlinks a:hover{
	text-decoration: underline;
	background-color: #FFFFFF;
	color: #CC0033;
	font-weight: bold;
}
