body {
       background-color:#003366;
     }

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #15317E;
	}

a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #800517;
	}

a:hover, a:active { 
	text-decoration: underline; 
	color: #151B54;
	}

img.border {border:3px solid whitesmoke}

#main {
       position:absolute;
       left:100px;
       right:100px;
       background-color:white;
       border-style: ridge;
       padding:1cm;
}

#head {
position:absolute;
left:100px;
right:100px;
background-color:goldenrod;
border-style: ridge;
padding:1cm;
}