a.textOver:link, a.textOver:active,  a.textOver:visited {
	color: black;
	font-weight: none;
	text-decoration: none;
}

a.textOver:hover {
	font-weight: bold;
	text-decoration: none;
	color: red;
}


body {
	font-family: "Arial";
	font-size: 5px;
	font-style: normal;

}

