A.nav {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : White;
	text-decoration : none;
        width:150;
}
A.nav:HOVER {
		font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : White;
	text-decoration : underline;
}
h1{font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	color : black;
	text-decoration : none;
        font-weight:bold;
}
h3{font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	color : gray;
	text-decoration : none;
        font-weight:bold;
}
body{font-family : Arial, Helvetica, sans-serif;
	font-size : 8px;
	color : gray;
	text-decoration : none;
        font-weight:normal;
}