body, td, p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}

A {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}
A:active, A:link, A:visited {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}
A:hover {
	color: #c00;
	text-decoration: underline;
	font-weight: bold;
}

A.biglink:active, A.biglink:link, A.biglink:visited {
	font-size: 18px;
	font-weight: bold;
	color: Yellow;
	text-decoration: underline;
	font-weight: bold;
}
A.biglink:hover {
	font-size: 18px;
	font-weight: bold;
	color: #f00;
	text-decoration: underline;
	font-weight: bold;
}

.bigl {
	font-size: 18px;
	font-weight: bold;
	color: Yellow;
	text-decoration: underline;
}