/* CSS Document */

body {
font-family: "Courier-New", "Courier New", Courier, monospace;
font-size: 9.5pt;
}

p {
line-height: 1.2em;
padding-bottom: 1.2em;
}

h1 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 14px;
margin-top: 0px;
margin-bottom: 10px;
}

h1.medium {
font-size: 35px;
}

h1.large {
font-size: 50px;
}

a {
color: #000000;
text-decoration: underline;
}

.footer_links a {
text-decoration: none;
}

.footer_links a:hover {
text-decoration: underline;
}

#menu a {
text-decoration: none;
}

#menu a:hover {
background-color: #FFCE9F;
}

#menu .selected {
background-color: #FFCE9F;
}

.key_link {
text-decoration: none;
}

.key_link:hover {
text-decoration: underline;
}

.down_link a, .up_link a {
text-decoration: none;
}

.down_link a:hover, .up_link a:hover {
text-decoration: underline;
}

.footer p {
margin-top: 5px;
}