body, html {
	font-family : Verdana,Arial,Sans-Serif;
	font-size : 16pt;
	color : #000;
	background-color: #c0c0c0;
	text-align : center;
}

HR {
	height : 1px;
	color: #000;
	background-color: #000;
	border: 0;
}

A:LINK, A:VISITED {
	font-size : 16pt;
	color : #000;
	font-weight : bold;
	text-decoration : none;
	line-height: 140%;
}

A:HOVER {
	font-size : 16pt;
	color: #000;
	background-color: #ff9000;
	font-weight : bold;
	text-decoration : none;
	line-height: 140%;
}
