body { color: black; background-color: white; }

p {}

td {}

a:link { color: blue }

a:visited { color: purple }

a:hover { color: purple }

a:active { color: red }
nav { color: #ffea82; font-size: 5px; font-family: arial; font-weight: bold; font-style: normal; line-height: 5px; }
.menulink:link {color: #643232 ; font-weight: bold; font-style: normal; text-decoration: none; }
.menulink:visited { color: #643232 ; font-weight: bold; font-style: normal; text-decoration: none; }
.menulink:hover { color: #999 ; font-weight: bold; font-style: normal; text-decoration: none; }
.menulink:active { color: #643232 ; font-weight: bold; font-style: normal; text-decoration: none; }
