A:link 

{
	text-decoration: none;
	color: #3c4e62;
}



A:visited

{text-decoration: none;
 color: #3c4e62;}


A:Active {
		text-decoration : none;
		color : 3c4e62;
}

A:Hover  {
		text-decoration : none;
		color : #99697b;
		}
INPUT, select, textarea, text {
	border: 1px solid #666666;
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	font-style: italic;
	font-weight: bold;

}body {
	font-family: Arial, Helvetica, sans-serif;
	color: #3c4e62;
	background-color: #ffffff;
}
