.content {
	font-family: "Courier New", Courier, mono;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;

}
.copyright {
	font-family: "Courier New", Courier, mono;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
}

 a:link 	{color: #CCCCCC; text-decoration: none;}
 a:active 	{color: #CCCCCC; text-decoration: none;}
 a:visited  {color: #CCCCCC; text-decoration: none;}
 a:hover 	{color: red; 	 text-decoration: underline;}