a:link {
	color: #CC0000;
	text-decoration: underline
}
a:hover {
	color: #CC0000;
	text-decoration: none;
	background : Transparent;
}
a:active {
	color: #CC00006;
	text-decoration: none
}
a:visited {
	color: #660000;
}
H1 {
	font-family: Arial, Helvetica;
	font-size: 16px;
	font-weight: bolder;
	color: Black;
}
H2 {
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: Black;
}
p {
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
body{
	background-color : White;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

TABLE {
	background-color : White;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
