Body {
    	font-family : Arial, sans-serif;
	font-size : 12px;
    	color : #000000;
}
h1,h2{
	font-size:0.9em;
}
p {
    	font-family : Arial, sans-serif;
	font-size : 12px;
    	color : #000000;
}
Li {
    	font-family : Arial, sans-serif;
	font-size : 12px;
    	color : #000000;
}
A:link {
 	font-family : Arial, sans-serif;
	font-size : 12px;
	color : #000000;
	text-decoration: none;
}
A:visited
{
	font-family : Arial, sans-serif;
	font-size : 12px;
	color : #000000;
	text-decoration: none;
}
A:active
{
	font-family : Arial, sans-serif;
	font-size : 12px;
	color : #666666;
	text-decoration: none;
}
a:hover {
    	color : blue;
    	font-weight : normal;
	text-decoration : none;
}