h1
{
font-family: arial;
font-size: 40px;
font-weight: bolder;
color: red;
text-transform: uppercase;
}


.blackborder { border: 1px black solid}

p
{
font-size: 12px;
font-family: verdana;
color: black;
font-weight: normal;
}


td
{
font-size: 11px;
font-family: verdana;
color: black;
}

td.title
{
font-size: 24px;
font-family: times new roman;
color: #222;
font-weight: bold;
padding-left: 10px;
padding-top: 5px;
}


li
{
font-size: 11px;
font-family: verdana;
color: black;
font-weight: normal;
}




a:link{font-weight: bold; color: "#33F"; text-decoration: none}
a:hover{font-weight: bold; color: "#F00"; text-decoration: none}
a:visited
{
text-decoration: none;
font-weight: bold;
}
