body 
{
    font-family: "Times New Roman", Times, serif;
    font-style: normal;
    color: #333399;
    background-color: #FFFFFF;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    color: #0033CC;
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
    color: #0033CC;
}

h3 {
    font-family: Arial, Helvetica, sans-serif;
    color: #0033CC;
}

b { 
    	font-weight: bold; 
		}
 
a { 
     	text-decoration: underline; 
		color: #000099;
	}

a:hover {
	color: red;
}

.subheading {
    font-family: Arial, Helvetica, sans-serif;
    color: #0033CC;
	font-weight: bold;
	font-size: 18pt;	
}
