body{
font-size:12pt;
font-family: Arial,Helvetica,sans-serif;
text-align:justify; 
background-color: rgb(0,0,100);
}
a{
   font-size:12pt; 
}
h1 {
font-size:16pt;
}h2 {
font-size:14pt;
}
h3 {
font-size:12pt;
}

#main {
width:1000px;
margin:auto;
background-color: white;
padding: 30px; 
border:solid 10px black;
}


#footer {
width:900px;
margin:auto;
background-color: white;
padding: 30px; 
clear: both;
border:solid 0px black;
text-align:center;
}