body { background-image: url("images/blue007.jpg");
background-color: #000066;
}

p,a,td,h1,h2 { font-family: Verdana, Arial, sans-serif; font-size: 12px; }

p,h1,h2,td { color: #ccc; }

a:link { font-weight: bold; color: #9999FF; }
a:visited { font-weight: bold; color: #9999FF; }
a:active { font-weight: bold; color: #FF0000; }
a:hover { font-weight: bold; color: #FFFFCC; text-decoration: underline; }


h1,h2 { font-size: 14px; text-align: center; font-weight: bold; }
h1 { font-size: 18px; }

/* Layout */

.links {
position: absolute;
top: 20px;
left: 15%;
width: 70%;
text-align: center;
}

.main {
margin-top: 80px;
margin-left: 15%;
margin-right: 15%;
margin-bottom: 60px;
border: 2px dotted black;
background-color: #009;
padding: 20px;
}
