html,body {
background-color : white;
}

h1 {
font-size : 14pt;
font-family : Arial, Helvetica, sans-serif;
color : #FFFFFF;
}

h2 {
font-size : 10pt;
font-family : Arial, Helvetica, sans-serif;
color : #FF3300;
}

p {
font-size : 7pt;
color: #333333;
font-family : Verdana;
background-color: Helvetica;
text-decoration: none;
}

a:link {
font-size : 7pt;
color: #0099FF;
font-family : Verdana;
background-color: Helvetica;
text-decoration: none;
}

a:visited {
font-size : 7pt;
color: #0099FF;
font-family : Verdana;
background-color: white;
text-decoration: none;
}

a:hover {
font-size : 7pt;
color : white;
font-family : Verdana;
background-color: #FF0000;
}