
body {
background-color: #FFFFFF;
}

a {
text-decoration:none; color: #808080;
}

a:hover {
text-decoration:none; color: #0076A3;
}

font {
 font-family: Arial, Times, serif; 
 font-size: 8pt;
} 

p {
 font-family: Arial, Times, serif; 
 font-size: 10pt;
 line-height: 1.5;
} 

p a {
text-decoration:underline; color: #0076A3;
}

p a:hover {
text-decoration:underline; color: #9D080D;
}