body, html {
margin: 0;
padding: 0;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
/*overflow: hidden;
overflow-x: hidden;
overflow-y: hidden;*/
}
a {
color: #DCDCDC;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
#top {
background-color: #840A0A;
color: #DCDCDC;
margin: 0;
height: 6%;
}
#top a {
font-weight: bold;
}
#top h1 {
background-color: #840A0A;
margin: 0;
padding-left: 5px;
padding-top: 5px;
}
#top p {
background-color: #840A0A;
float: right;
margin-top: -2.5em;
margin-right: 1em;
}
#menu {
float: left;
margin: 0;
background-color: #9E5151;
width: 15em;
padding: 5px;
height: 93%;
}
#menu #nav {
margin-top: 0;
list-style: none;
padding-left: 0;
}
#menu #nav li {
margin-left: 0;
}
#menu h2 {
font-size: 16px;
color: #DCDCDC;
font-weight: bold;
}
#menu ul {
list-style: none;
padding-left: 2em;
}
#content {
float: left;
margin-left: 10px;
margin-top: 10px;
width: 500px;
}
#content a {
color: #840A0A;
}
table tr th {
background-color: #CCCCCC;
}
table tr td {
padding: 5px;
}