body {
 background-color: #2c0606;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 letter-spacing: 1px;
 color: #ffffff;
 background-image: url(bg.jpg);
 }

.main {
 padding: 8px;
 font-size: 11px;
 line-height: 14pt;
 }

.nav {
 font-size: 16px;
 }

table, td {
 padding: 0px;
 font-size: 11px;
 }

.header {
 font-family: Georgia;
 font-size: 26px;
 text-transform: lowercase;
 letter-spacing: -2px;
 font-weight: bold;
 width: 100%;
 float: right;
 text-align: right;
 border-bottom: 1px dotted #e60f16;
 margin-bottom: 5px;
 }

hr {
 border: none 0;
 border-top: 1px dotted #e60f16;
 width: 100%;
 height: 0px;
}

a, a:link {
 font-family: Georgia;
 color: #e60f16;
 font-style: italic;
 text-decoration: none;
 }

a:hover {
 color: #ffffff;
 }

input, select, textarea {
 background-color: #2c0606;
 border: 1px dotted #e60f16;
 color: #ffffff;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 }