body {
margin : 0px auto;
font : 100% Trebuchet MS, Tahoma, Arial, sans-serif;
background : url(images/darkstripes.png) repeat;
}
#main {
margin : 5px 100px;
background : #000000;
border : 1px solid;
border-color : #000000;
}
#head {
height : 175px;
margin : 10px 10px 0px;
}
#menu {
font : 75% Trebuchet MS, Tahoma, Arial, sans-serif;
background : #BF2C00;
margin : 0px 10px;
padding-top : 5px;
padding-bottom : 5px;
text-align : center;
border : 1px #000000 solid;
}
#content {
padding-top : 10px;
padding-bottom : 5px;
padding-right : 20px;
padding-left : 20px;
height : 20%;
margin : 0px 10px 0px;
text-align : left;
color : #FFFFFF;
}
#content a {
font-weight : none;
text-decoration : none;
color : #FFFFFF;
}
#content a:hover {
text-decoration : underline;
}
img {
border: none;
}
a img {
border: 1px solid #000;
}
a:hover img {
border-color: #ffffff;
}
#content p {
color: #FFFFFF;
}
p.foot {
text-align : center;
}
#menu a {
font-weight : bold;
text-decoration : none;
color : #FFFFFF;
}
#menu a:hover {
text-decoration : underline;
}
#menu a:visited {
color : #FFFFFF;
}
#head h1 {
padding-top : 25px;
padding-left : 2050px;
color : #cccccc;
font: 80% Trebuchet MS, Tahoma, Arial, sans-serif;
}
#head h2 {
color : #FFFFFF;
font: 60% Trebuchet MS, Tahoma, Arial, sans-serif;
}
#table {
font-weight : bold;
text-decoration : none;
color : #FFFFFF;
}
#footer {
background-color: #BF2C00;
padding: 5px;
margin : 125px 10px 20px 10px;
color:#FFFFFF;
font-weight: bold;
font-size: 75%;
text-align: center;
}