body {
text-align: center;
margin-top: 0px;
background: #000;
color: #a3d1cf;
font-family: Verdana, Arial, Tahoma, Trebuchet MS; 
font-size: 12px;
}

a:link { text-decoration: underline; color:#43c0f6; }
a:visited { text-decoration: underline; color:#43c0f6; }
a:active { text-decoration: underline; color:#43c0f6; }
a:hover { text-decoration: underline; color:#43c0f6; }

#container {
background: #000;
margin: 0 auto;
width: 600px;
text-align: left;
overflow: hidden;
border-left: solid 2px #2E607A;
border-right: solid 2px #2E607A;
border-top: solid 2px #2E607A;
border-bottom: solid 2px #2E607A;
}

#header {
background: #000;
margin-top: 0px;
text-align: center;
}

#menu {
margin-top: 0px;
margin-bottom: 0px;
text-align: center;
float:center;
width:600px;
background:#000;
}

#content {
text-align: left;
width: 560px;
margin-top: 10px;
margin-left: 20px;
background:#000;
}

td {
font-family: Verdana, Arial, Tahoma, Trebuchet MS;
font-size: 11px;
}

img {
border: 0;
}

.indent {
margin-top: 5px;
margin-left: 40px;
}

.credit {
margin-top: 0px;
margin-left: 60px;
font-size: 9px;
}

h1 {
font-size: 16px;
margin-top: 0px;
border-bottom: 1px solid #2E607A;
}

h2 {
font-size: 14px;
margin-top: 0px;
margin-bottom: 0px;
}

h3 {
font-size: 12px;
margin-bottom: 0px;
}

h4 {
font-size: 12px;
margin-bottom: 0px;
}

.centered {
text-align: center;
}

.shortbreak {
line-height: 1px;
}