body { 
background: #000000;
}
h1 {
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 2px;
}
h2 {
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #666666;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    padding: 2px;
}
h3 {
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #666666;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    padding: 2px;
}
p.subject {
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 17px;
    color: #666666;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    padding: 2px;
}
a:link {
    font-family: Verdana, Tahoma, sans-serif;
    font-style: normal;
    font-variant: normal;
    color: #404080;
    text-decoration: none
}
a:visited {
    font-family: Verdana, Tahoma, sans-serif;
    font-style: normal;
    font-variant: normal;
    color: #404080;
    text-decoration: none
}
a:hover {
    font-family: Verdana, Tahoma, sans-serif;
    text-decoration: underline;
    font-variant: normal;
    color: #A6A6A6;
}

td.main {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    background-color: #FFFFFF;
    vertical-align: top;
}
td.aux {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    background-color: #EEEEEE;
    width: 200px;
}
#float {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
	color: #333333;
	background-color: #EEEEEE;
	padding: 5px;
	margin: 0px 5px 5px 5px;
	float: right;
	width: 200px;
}
tr.stripe {
    background-color: #5353A6;
    height: 15px;
}
p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    color: #222222;
}
.text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    color: #222222;
}
.muted {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    color: #999999;
}
.date {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
    color: #999999;
}
.comments {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #222222;
}
.menulink {
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    color: #404080;
    text-decoration: none
}
.menulink:visited {
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    color: #404080;
    text-decoration: none
}
.menulink:hover {
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-variant: normal;
    color: #A6A6A6;
}
.small {
    font-size: 12px;
}
.caution {
    color: #AAAA33; font-weight: bold;
}