body
{
background-color:#F0FFFF;
margin-left:15px;
width:800;
font-size:16;
}
img
{
border:0px solid gray;
}

ol, ul, p, h1, h2, h3, td, i
{
text-align:justify;
color:gray;
font-family:Arial, Helvetica, sans-serif;
font-size:14;  
margin:10px 0px 0px 0px;
<!--this is the size of the body text-->
}

pre
{
text-align:left;
color:gray;
font-family:courier;
font-size:14;
margin:10px 0px 0px 0px;
}

h1
{
font-size:22;
margin-top:20;
margin-bottom:20;
}

h2
{
font-size:18;
margin-top:20;
margin-bottom:20;
}

h3
{
font-size:16;
margin-top:20;
margin-bottom:20;
}

small
{
font-size:12;
margin-top:20;
margin-bottom:20;
}

.headerstyle { 
position:absolute;
font-family:Arial, Helvetica, sans-serif; 
font-size:16; 
}

a:link, a:visited, a:active
{
color:#483D8B;
font-family:Arial, Helvetica, sans-serif;
font-size:14;  
text-decoration:none;
}
<!--this is the size of the LINKS text-->

.bigheaderstyle 
{ 
font-family: Arial, Helvetica, sans-serif; 
font-size:48;
}

a.headerstyle:link, a.headerstyle:visited, a.bigheaderstyle:link, a.bigheaderstyle:visited 
{ 
color:gray;
}

a:hover, a.headerstyle:hover, a.bigheaderstyle:hover
{
color:#C0C0C0;
}

a:active, a.headerstyle:active, a.bigheaderstyle:active
{
color:indianred;
}

hr
{
border:0;
height:2px;
background-color:#C0C0C0;
align:left;
width:900;
margin-left:0px;
}

li
{
line-height:1.35
}

