h1,h2,h3
{
font-family: "comic sans ms", arial, 'sans serif'; 
color: yellow
}

p,table,li,address
{
font-family: "comic sans ms", arial, 'sans serif'; 
color: yellow
}

body
{
background-color: black;
}

a:link    {color:red}
a:visited {color:purple}
a:active  {color:green}
a:hover   {color:green}

