a:visited {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #00CCFF;
	text-decoration: none;
}
a:link {
    color=#ffffff;
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}


a.a:visited {
	color: #ffffff;
	text-decoration: none;
}

a.a:active {
	color: #00CCFF;
	text-decoration: none;
}
a.a:link {
    color: #FFFFFF;
	text-decoration: none;
}
a.a:hover {
	text-decoration: underline;
	color: #00FF99;
}

.bt{
font
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: #FF0000;
}

body,td,th{
font-size:12px;
}