SMALL {
	font-size : 10px;
	color : Silver;
}
P {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 12px;
	font : normal;
}
H2 {
	font-size : 23px;
	font-weight : bold;
	font-family : "Times New Roman", Times, serif;
}

BODY, TD {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 12px;
}

A {
	text-decoration: none;
	color: Red;
	font-size : 12px;
}

A:Hover {
	color: red;
	font-size : 12px;
	text-decoration : underline;
}
