BODY {
	font-family: Arial;
	font-size: 12px;
	color: Black;
}

A:LINK {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-transform: none;
	text-decoration: none;
}

A:VISITED {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-transform: none;
	text-decoration: none;
}


A:hover {
	text-decoration : none;
	color: red;
}


H1 {
	font-family: Arial;
		font-size: 16px;
		color: #000000;
		text-transform: none;
		text-decoration: none;
}

H2 {
		font-family: Arial;
		font-size: 14px;
		color: black;
		text-transform: none;
		text-decoration: none;
}

TD {
		font-family: Arial;
		font-size: 12px;
		color: #000000;
}
