body {
font-family: sans-serif;
background-color: #000000;
font-size: 12pt;
}

div, img {
float: none;
background-color: #FFFFFF;
color: #000000;
padding: 10px;
}

div.header {
height: 100%;
width: 100%;
}

div.nav, .bottom {
display: none;
}

div.textboxleft, .textboxright {
width: 200px;
border: dashed 1px #000000;
}

a, a:visited {
color: #CCCCCC;
text-decoration: underline;
}

hr {
width: 50%;
}

img.hide {
visibility: visible;
}