table {
	font-size: 12px;
	color: #777777;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #E30D00;
}
input{
   font: 12px;
   color: #666666;
}