HTML 
{ 
border-top-width : 0; 
border-right-width : 0; 
border-left-width : 0; 
border-bottom-width : 0;
padding-top : 0; 
padding-right : 0; 
padding-left : 0; 
padding-bottom : 0; 
margin : 0; 
cellpadding : 0;
cellspacing : 0;
}




body 
{ background-color: #9999FF; }


h1 
{
font-size: x-large; 
color: blue; 
font-family: Arial, Helvetica, sans-serif; 
font-weight: Bold;
background: white;
}


h2
{
font-size: large; 
color: red; 
font-family: Arial, Helvetica, sans-serif; 
font-weight: Bold;
background: white;
}


h3
{
font-size: x-small; 
color: gray; 
font-family: Helvetica, Arial, sans-serif; 
font-weight: Bold;
background: white;
}


h4
{
font-size: x-small; 
color: red; 
font-family: Helvetica, Arial, sans-serif; 
font-weight: Bold;
background: white;
}


h5
{
font-size: small; 
color: blue; 
font-family: Arial, Helvetica, sans-serif; 
font-weight: Bold;
background: white;
}


a:link { color: blue; }
a:visited { color: blue; }
a:active { color: red; }
span.c1 { color: red; }
span.c3 { color: blue; }
div.c1 { text-align: left; }
div.c2 { text-align: center; }
div.c3 { text-align: right; }
img.c1 { float: left; }
img.c3 { float: right; }
img.c4 { width: 100; height: 22; border: 0; } 


.text1
{
font-size: x-small; 
color: gray; 
font-family: Helvetica, Arial, sans-serif; 
font-weight: Bold;
background: white;
}