BODY, H1, H2, H3, H4, H5, H6, P, OL, DL, UL {
font-family: courier, "courier new", monaco;
}

A:link {
text-decoration: none;
color: #00C;
}
A:visited {
text-decoration: none;
color: #609;
}
A:hover {
text-decoration: none;
color: #cc0000;
}
A:active {
text-decoration: none;
color: #cc0000;
}
PRE {font-family: monaco, courier}
