body{
font-size:12px;
}
*{
font-size:12px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #D8231A;
}
a.yellow:link {
	color: #E25A00;
	font-weight:bold;
	text-decoration: none;
}
a.yellow:visited {
	text-decoration: none;
	font-weight:bold;
	color: #E25A00;
}
a.yellow:hover {
	text-decoration: underline;
	font-weight:bold;
	color: #F96400;
}

a.sliver:link {
	color: #6A6A6A;
	font-weight:bold;
	text-decoration: none;
}
a.sliver:visited {
	text-decoration: none;
	font-weight:bold;
	color: #6A6A6A;
}
a.sliver:hover {
	text-decoration: underline;
	font-weight:bold;
	color: #6A6A6A;
}