h1 
{
text-align: center; 
font-size:28pt; 
color: blue; 
text-decoration: underline; 
font-family: "times new roman"
}
h2
{
text-align: center;
font-size:18pt;
color: green;
font-family: "times new roman"
}
h3
{
text-align: center;
font-size:22pt;
color: red;
font-style: italic;
font-family: "comic sans MS"
}
h4
{
text-align: center;
font-size:18pt;
color: black;
font-family: "times new roman"
}
h5
{
text-align: center;
font-size:10pt;
color: black;
font-family: "times new roman"
}
body
{
font-family: "times new roman";
color: black;
font-size:12pt;
}
img.left
{
float:left
}
img.right
{
float:right
}
ul
{
float:left;
width:100%;
padding:0;
margin:0;
list-style-type:none;
}
li {display:inline; padding:75;}
a:link    {color:black}
a:visited {color:black}
a:hover   {color:red}
a:active  {color:black}

