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

p,table,li,address
{
font-family: "comic sans ms", arial, 'sans serif'; 
margin-left: 10pt;
}

p,li,th,td
{
font-size: 90%;
}

h1,h2,h3,h4,h5,hr
{
color:black;
}

a:link     { color:black }
a:visited  { color:green }
a:active   { color:red }
a:hover    { color:blue }
a:focus    { color:yellow }

body {background-image: url("../images/tile.jpg")};


