body { color: #000033; background-color: #FFFFCC; }
A:link { text-decoration: none; color: blue;}
A:visited { text-decoration: none; color: blue;}
A:active { text-decoration: none; color: green;}
A:hover { text-decoration: none; color: red;}
* { font-family: arial, helvetica, sans-serif; }
table { max-width: 800px; }
p { max-width: 800px; }
hr { text-align: left; width: 800px; } /* For Internet Explorer */
html>body hr { margin-left: 0px; width: 800px; } /* For Gecko-based browsers */
