body {
margin: 0;
padding: 0;
background: #2e4651 url(page.jpg) repeat-y center;
font: 100%/1.5 Verdana, Tahoma, Arial, Helvetica, Geneva, sans-serif;
color: #000;
text-align: center;
}

a:link, a:visited {
color: #c02b05;
font-family: "Courier New", Courier, monospace;
text-decoration: underline;
}
a:hover {
background: #c02b05;
color: #fff;
text-decoration: none;
}


#content {
width: 502px;
background: transparent;
margin: 10px auto;
padding: 0;
text-align: center;
}

#content #text {
width: 250px;
margin: 5px auto;
text-align: left;
padding: 0;
}

#content #text h2 {
font: 1.2em Verdana, Tahoma, Arial, Helvetica, Geneva, sans-serif;
margin: 0;
padding: 0;
}
#content #text p {
margin-top: 10px;
padding: 0;
}

.first {
font: bold 1.2em Georgia, serif;
color: #800000;
background: transparent;
}

q {
font-style: italic;
cursor: help;
}