body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #993333;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #c0c0c0;
}

a {
	color: #c0c0c0;
	font-size: 14px;
	text-decoration: none;
	border: none;
	vlink: #c0c0c0;
	alink: #c0c0c0;
	font-weight: bold;
	
}

a:link {
	color: #c0c0c0;
	text-decoration: none;
	border: none;
	font-weight: bold;

}

a:visited {
  	color: #c0c0c0;
	text-decoration: none;
	border: none;
	font-weight: bold;
	
}

a:hover {
	color: #ff0000;
	text-decoration: underline;
	border: none;
	font-weight: bold;
	
}

a:active {
	color: #c0c0c0;
	text-decoration: none;
	border: none;
	font-weight: bold;
	
}

table {
	background-color: #000000;
	font-size: 14px;
	text-color: #c0c0c0;

}


#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 1px;
background-color: cccc99;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

span {
	border-bottom: 3px double #6633ff;

}

hr {
color: #c0c0c0;
}

#bits {
  position : absolute;
  left : 100;
  margin-left : 10px;
  margin-top : 120px;
  color : #000000;
  padding : 3px;
}

#thoughts {
  position : absolute;
  left : 625;
  margin-top : 120px;
  color : #000000;
  padding : 3px;
}

#banner {
  position : absolute;
  left : 100;
  width : 150px;
  margin-left : 10px;
  margin-top : 20px;
  color : #000000;
  padding : 3px;
}


#body {
  position : absolute;
  left : 100;
  width : 150px;
  margin-left : 10px;
  margin-top : 320px;
  color : #000000;
  padding : 3px;
}


#dropmenudiv{
position:absolute;
border: 0px;
border-bottom-width: 0;
font:normal 12px Arial, Helvetica, sans-serif;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #ffffcc;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #c0c0c0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #c0c0c0;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #c0c0c0;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #c0c0c0;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	style:  strong;
	color: #c0c0c0;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #c0c0c0;
}

h7 {
	font-family: Arial, Helvetica, sans-serif;
	color: #c0c0c0;
}


.redcolor {
	font-family: Arial, Helvetica, sans-serif;
	color: #ff0000
}

.graycolor {
	font-family: Arial, Helvetica, sans-serif;
	color: #c0c0c0
}

.marooncolor {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000
}
