/* CSS Document */
body {
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	text-transform: capitalize;
	color: #000000;
}

A:link, A:visited { text-decoration: none }
A:hover { text-decoration:none ; color: #4057A9 }
/*A:hover { color: white; background:blue }*/
/*A:hover { text-decoration: underline }*/