body {
margin : 0px auto;
font : 77% Verdana, Tahoma, Arial, sans-serif;
background : #8e8e8e;
}
#main {
height : 800px;
margin : 5px 100px;
background : #000000;
border : 1px solid;
border-color : #505050;
}
#head {
height : 175px;
margin : 10px 10px 0px;
background : url(back.gif) no-repeat bottom left;
}
#menu {
background : #8e8e8e;
margin : 0px 10px;
padding-top : 5px;
padding-bottom : 5px;
text-align : center;
border : 1px #505050 solid;
}
#content {
padding-top : 10px;
padding-bottom : 5px;
padding-right : 5px;
height : 20%;
margin : 0px 10px 0px;
text-align : center;
}
#content p {
color: #FFFFFF;
}
p.foot {
text-align : center;
}
#menu a {
font-weight : bold;
text-decoration : none;
color : #000000;
}
#menu a:hover {
text-decoration : underline;
}
#menu a:visited {
color : #000000;
}
#head h1 {
padding-top : 25px;
padding-left : 250px;
color : #cccccc;
}

A:link{ color:#FFFFDF; text-decoration:none; }
A:hover{ color:#FFFFDF; text-decoration:underline; }
A:active{ color:#FFFFDF; text-decoration:none; }
A:active:hover{ color:#FFFFDF; text-decoration:underline; }
A:visited{ color:#FFFFDF; text-decoration:none; }
A:visited:hover{ color:#FFFFDF; text-decoration:underline; }