/* CSS Document */

body {
text-align: center;
font: 16px Rockwell;
}

.main {
font: 14px Rockwell;
margin-top:12px;
}

#nav {
border-top: 2px solid #017AC3;
font: small-caps 14px Rockwell;
text-align: right;
color: #000000;
}

a.nav:link {
text-decoration: none;
color: #000000;
}

a.nav:visited {
text-decoration: none;
color: #000000;
}

a.nav:active {
text-decoration: none;
color: #000000;
}

a.nav:hover {
border-bottom: 2px dashed black;
color: #000000;
}

a.sponsor:link {
text-decoration: none;
color: #000000;
}

a.sponsor:visited {
text-decoration: none;
color: #000000;
}

a.sponsor:active {
text-decoration: none;
color: #000000;
}

a.sponsor:hover {
border-bottom: 2px dashed black;
color: #000000;
}

#copyright {
font: 10px Rockwell;
text-align:right;
color: #B5B5B5;
margin-top: 20px;
}

.content {
margin:10px;
}