A:link {
	color: #0000FF;
	text-decoration: underline;
}

A:visited {
	color: #0000FF;
	text-decoration: underline;
}

A:active {
	color: #FF0000;
	text-decoration: underline;
}

A:hover {
	color: #FF0000;
	text-decoration: none;
}

TD {
	font-size: 12px;
	font-family : Verdana;
}

P {
	font-size: 12px;
	font-family : Verdana;
}


H1 {
	font-size: 16px;
	font-family : Verdana;
}
