body
{
	color:White;
	font-family: Courier, MS Sans Serif;
	background-color: Black;
    scrollbar-arrow-color: #c60000;
    scrollbar-3dlight-color: #000000;
    scrollbar-darkshadow-color: #000000;
    scrollbar-face-color: #000000;
    scrollbar-highlight-color: #c60000;
    scrollbar-shadow-color: #c60000;
    scrollbar-track-color: #777777;
    margin-left: 0;
    margin-top: 0;
}

td
{
	color:White;
	font-family: Courier, MS Sans Serif;
	font-size: 16px;
	line-height: 16px;
	text-align:left;
}
 
.imgHidden
{ 
    display:none;
}

h1
{
    font-size: 24px;
    color: #C60000;
}
 
h3
{
    color: #C60000;
    margin-bottom: 5px;
}

h2
{
    font-size: 20px;
    color: #C60000;
    margin-bottom: 5px;
}

hr
{
    margin-top: 8px;
    margin-bottom: 8px;
}

a
{
    color: Red;
    text-decoration: underline;
}

a:hover
{
    text-decoration: underline;
}

.red
{
    color: #C60000;
}

.dottedBox
{
	width:340px;
	border:1px dotted #FFF;
	padding:6px;
	background-color: #000;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 10px;
}

