
/* Fixed Size Styles these need to be one pixel bigger to work nice in Netscape! */
			 							 
/* Global Settings */
BODY            {  
    width: 800px;
    margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	
	

	font-size : medium;
	font-family : "Times New Roman", arial;
	background : #cccccc;
	color : #333333;
}    
A 				{

	background-color: #cccccc;
	color: #333333; 
	text-decoration:none;
}
A:visited 		{
	color: #333333; 
	text-decoration:none;
}
A:hover 		{
	color: #333333;
	text-decoration:none;
	background-color: #FFFFFF;
}	
A:active 		{
	color: #333333;
	text-decoration:none;
	background-color: #FFFFFF;
}			

A.links 		{
	color: #333333;
	text-decoration:none;
}
A.links:visited {
	color: #333333; 
	text-decoration:none;
}
A.links:hover 	{
	color: #FFFFFF;
}	
A.links:active 	{
	color: #FFFFFF;
}
	
