body {
margin: 0px;
font-family: Verdana;
color: #3d3d3d;
font-size: 12px;
}

table {
color: #3d3d3d;
font-size: 12px;
font-family: Verdana;
}

.menubar {
background-image: url('../images/bar.jpg');
background-repeat: repeat-x;
width: 100%;
height: 35px;
padding: 10px;
}

.menubar a {
color: #ffffff;
text-decoration: none;
margin-right: 50px;
}

.menubar a:hover {
color: #3d3d3d;
text-decoration: none;
}

.container {
width: 850px;
text-align: left;
}

.content {
width: 810px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

.content a {
color: #e554d5;
}

.content a:hover {
color: #9f3b95;
}

.footer {
width: 850px;
border-top: 1px dotted #3d3d3d;
padding-top: 10px;
text-align: center;
font-size: 10px;
}
