/* define the hyperlink styles */
a:link{
	color: #CC3333;
	
}
a:visited{
	color: #CC3333;
	
}
a:hover{
	color: #333333;
	
}
a:active{
	color: #CC3333;
	
}

