body,td,th {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 margin: 0;
}

.page_header{
 color: #ff0000;
 font-weight: bold;
 font-size: 12pt;
 margin-bottom: 5px;
}

a:link {
 color: #000088;
 font-weight: bold;
 text-decoration: none;
}

a:visited {
 color: #000088;
 font-weight: bold;
 text-decoration: none;
}

a:active {
 color: #0000c0;
 font-weight: bold;
 text-decoration: none;
}

a:hover {
 color: #000088;
 font-weight: bold;
 text-decoration: underline;
}

a.white:link {
 color: #ffffff;
 font-weight: bold;
 text-decoration: none;
}

a.white:visited {
 color: #ffffff;
 font-weight: bold;
 text-decoration: none;
}

a.white:active {
 color: #ffffff;
 font-weight: bold;
 text-decoration: none;
}

a.white:hover {
 color: #ffffff;
 font-weight: bold;
 text-decoration: underline;
}