A:link { text-decoration: none; color: red; }
a:visited { text-decoration: none; color: #dd0000; }
A:hover { text-decoration: underline; color: green; }
.home { font-size: large; font-family: sans-serif; }
.home:hover { text-decoration: underline; color: green; }
.subheading { color: yellow; }
td { vertical-align: top; border-bottom: 1 dotted #ffff00; border-top: 1 dotted #ffff00; }
table { border: 1 dotted #ffff00; }
