body, div, .header, .body, #links {
font-family: courier new;
font-size: 12px;
font-color: black;
}

.header {
text-transform: uppercase;
text-align: left;
border-bottom: 1px solid black;
width: 415px;
}

.body {
text-align: justify;
width: 415px;
font-size: 12px;
line-height: 14px;
padding-top: 4px; 
padding-bottom: 24px;
padding-left: 7px;
padding-right: 7px;
}

#links {
width: 420px;
margin-bottom: 8px;
margin-top: 5px;
}

#links td {
background-color: #cccccc;
display: block;
text-align: center;
}

a:link, a:visited, a:active {
font-family: courier new;
text-decoration: none;
color: #2222dd;
}

a:hover {
font-family: courier new;
color: #000000;
text-decoration: none;
}
