/* CSS Document */

body, td, table, tr, p, div{
font-family:Arial, Helvetica, sans-serif;
font-size: 13px;
color: #000000;
}

a:link {
color: #000099;
text-decoration: underline;
}

a:visited {
color: #000099;
text-decoration: underline;
}

a:hover {
color: #CC3366;
text-decoration: none;

}
a:active {
color: #99CCCC;
text-decoration: none;

}