body {
background-color: 1F1F1F;
color: FFFFFF;
}

h1,h2,h3,h4,h5,h6 {
color: CCCCCC;
border-style: outset;
padding: 2px 0px;
margin-right: 25%;
margin-left: 25%;
text-align: center;
text-shadow: CCCCCC 1px 1px 30px;
background-color: 000000;
}

h1 {
margin-left: 15%;
margin-right: 15%;
}

h3.menu {
margin-left: 10%;
margin-right: 10%;
}

p {
text-indent:5px;
margin-left:2px;
}

a {
color: DD0000;
text-decoration: none
}

a:hover {
color: 3333FF
}

img.banner {
width: 100%;
border-bottom: BBBBBB solid 3px;
}

div.content {
margin-left: 125px;
border: 2px solid 000000;
margin-top: 5px;
margin-bottom: 5px;
background-color: 000000;
}

div.left {
margin-top: 5px;
float: left;
width:120px;
text-align: center;
border-right: 3px solid BBBBBB;
border-bottom: 3px solid BBBBBB;
}

a.menu {
float:left;
width:100%;
text-decoration:none;
color:white;
background-color: DD0000;
border-bottom:1px solid white;
}

a.menu:hover {
background-color: 000000;
font-size: 110%
}

div.captioned {
float: right;
width: 200px;
margin: 0px 0px 10px 10px;
border: 1px dotted white;
text-align: center;
padding: 5px;
}

