body {
color : black;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
background-color : #FFFD8C;
}

p, li, ul {
color : black;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
}

td, th {
color : black;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
}

h1, h2, h3, h4, h5, h6 {
color : black;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12pt;
font-weight : bold;
}

a:link {
color : blue;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 9pt;
font-weight : bold;
text-decoration : none;
}

a:hover {
color : red;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 9pt;
font-weight : bold;
text-decoration : none;
}

a:visited {
color : rgb(128, 0, 128);
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 9pt;
font-weight : bold;
text-decoration : none;
}

