p {
        background-color:Blue;
        color: White;
	font-family : Verdana, Arial;
	font-size : 12pt;
	font-weight : normal;	
}
h1 {
        background-color:Blue;
        color: White;
	font-family : Verdana, Arial;
	font-size : 20pt;
	font-weight : bold;
}
h2 {
        background-color:Blue;
        color: White;
	font-family : Verdana, Arial;
	font-size : 18pt;
	font-weight : bold;	
}
A:link {
        background-color:Blue;
        color: White;
	font-family : Verdana, Arial;
	font-weight : bold;
	text-decoration : underline;
}
A:visited {
        background-color:Blue;
        color: White;
	font-family : Verdana, Arial;
	font-weight : bold;
	text-decoration : underline;
}
A:active {
        background-color:Blue;
        color: Red;
	font-family : Verdana, Arial;
	font-weight : bold;
	color : Red;
	text-decoration : underline;
}
