body{
 background-image:url('../img/bg2.gif');
 text-align:center;
 padding-bottom:50px;
 margin-top:5px;
}

a{
 text-decoration:underline;
}

a:link{
color:#003366;
}

a:visited{
color:#ff3300
}

a:hover{
 color:#009999;
}

a:active{
color:#ff3333;
}

h1{
 color:#ffffff;
 font-size:large;
 background-color:#FF0000;
 text-align:right;
 font-weight:bold;
 width:100%;
}

h2
{ 
 color:#ffffff;
 font-size:large;
 background-color:#0000ff;
 text-align:right;
 font-weight:bold;
 width:100%;
}

h3
{color:#ffffff;
 font-size:large;
 text-align:right;
 font-weight:bold;
 width:100$;
 background-color:#00FF00;
}

p
{
 width:800px;
 text-align:left;
 font-size:small;
 }

