@charset "utf-8";
/* CSS Document */

#container #header #topnav {
display: none;
}
#container #header #logo a:link, img {
text-decoration: none;
border: none;
}
#container #navco {
display: none;
}
#container #picturebox {
display: none;
}
#container #navpage {
display: none;
}
.login {
display: none;
}
#container #footer {
display: none;
}
body {
color: black;
background: white;
}
a:link, a:visited {
background: white;
color: black;
text-decoration underline;
}
H1, H2, H3 {
background: white;
color: black;
padding-bottom: 1px;
}
p {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 12px;
}
