body { font-family: 'Times New Roman', Times, sans-serif; background-color: #EEEEEE; }
a:link { text-decoration: underline; color: #0033FF; }
a:visited { text-decoration: underline; color: #CC3300; }
a:hover { text-decoration: none; color: #6633FF; }
a:active { text-decoration: none; color: #6633FF; }
.indent { text-indent: 3em; }
table { border: 1px solid black; border-collapse: collapse; width: 100%;}
th { border: 1px solid black; text-align: center; padding: 5px; }
td { border: 1px solid black; text-align: center; padding: 5px; }
tr:hover {background-color: #f5f5f5;}