body {
color: #333333;
background-color: #ffffff;
font-family: "Times New Roman", serif;
}

#main {
width: 80%;
margin: 0% 10%;
}

h1 {
text-align: right;
font-family: "Trebuchet MS", Arial, sans-serif;
font-style: italic;
margin-bottom: -.25em;
}

#navigation {
display: none;
}

#content, #footer {
border-top: 2px #333333 solid;
padding: 10px;
text-align: justify;
}

#content p {
line-height: 1.25em;
text-indent: 2.5em;
}

#content a {
text-decoration: none;
color: #333333;
background: inherit;
}

p:first-child, #footer p {
margin-top: 0;
}

#footer {
text-align: center;
}

span.url {
font-style: italic;
}

p.validate {
display: none;
}