a {
	text-decoration : none;
	line-height: 10pt;
	color : blue;
}

a:Visited  {
	text-decoration : none;
	line-height: 10pt;
	color : blue;
}

a:Hover {
	text-decoration : underline;
	line-height: 10pt;
	color: blue;
}

body  {
	font-family: verdana, tahoma, arial, geneva;
	font-size:10pt;
	color: black;
	background-color: #dcdcdc;
}
