
table {font-family: Comic Sans ms; font-size: small; color: white; text-decoration: none}
BLOCKQUOTE {font-family: Comic Sans MS; font-size: small; color: blue}
marquee {font-family: comic sans ms; font-size: small; color: white}
h1 {font-family: Comic Sans MS; color: blue}

body {
     background: black;
     color: white;
     font-size: 11pt;
     font-weight: normal:
     font-style: normal;
     font-family: Comic Sans MS;
 }
:link {
     color: blue;
     text-decoration: none;
     font-size: small;
     font-weight: normal;
 }
:active {
     color: blue;
     text-decoration: none;
     font-size: small;
     font-weight: normal;
 }
:visited {
     color: blue;
     text-decoration: none;
     font-size: small;
     font-weight: normal;
 }
:hover {
     color: blue;
     text-decoration: underline;
     font-size: small;
     font-weight: normal;
 }


