BODY  {
	background-color : Silver;
	font-size : 16px;
	font-family : "Times New Roman", Times, serif;
}

P  {
	font-size : 16px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-align : center;
}

A  {
	text-decoration : none;
}

SMALL, I,SELECT {
	font-size: 12px;
	line-height : 13px;
}

A:Hover  {
	color : Red;
}

TABLE, TR, TD {
	font-size : 12px;
	vertical-align : top;
}

