/* CSS Document */

<STYLE TYPE="text/css">
a.buttons:link { color: #CCCCCC; text-decoration: none }
a.buttons:active { color: red; text-decoration: none }
a.buttons:visited { color: #CCCCCC; text-decoration: none }
a.buttons:hover { color: #CCCCCC; text-decoration: underline }

a.email:link { color: black; text-decoration: underline }
a.email:active { color: red; text-decoration: none }
a.email:visited { color: black; text-decoration: underline }
a.email:hover { color: black; text-decoration: underline }

a.links:link { color: #CCCCCC; text-decoration: none }
a.links:active { color: red; text-decoration: none }
a.links:visited { color: #CCCCCC; text-decoration: none }
a.links:hover { color: #CCCCCC; text-decoration: none }

body { background-color: black }


</STYLE>