html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
  color: #000;
  background: #333333;
  background-image: url(images/blk_bg.gif);
  background-attachment: fixed;
}
li {
	list-style: square;
}
p {
  font: 1em Arial, Helvetica, sans-serif;
  color: #CCCCCC;
}
td {
  font: .9em Arial, Helvetica, sans-serif;
  color: #CCCCCC;
}
h1, h2, h3, h4, h5, h6 {
  font-family: verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  color:#CCCCCC
}
h1 {
	font-size: 1.4em;
	padding: 0px;
	margin: 0px;
}
h2 {
	font-size: 1.2em;
	color: #FFCC00;
}
h3 {
	font-size: 1.1em;
	color: #FFCC00;
}
h4 {
	font-size: .9em;
	margin: 0px;
	padding: 0px;
	height: 14px;
}
h5 {
	font-size: 0.8em;
	font-style: italic;
	color: #00BFFF;
	line-height: 18px;
}
h6 { font-size: 0.7em; }
table {
	font-size:100%}

a:link { color: #FFFF00;  text-decoration: none;  }
a:visited { color: #FFFF33; text-decoration: none;  }
a:hover { color: #FFCC00; text-decoration: none;  }
a:active { color: #80080; text-decoration: none;  }

blockquote {
color: #c00;
width: 10em;
margin: 0;
float: left;
font-size:125%;
font-style:italic;
}

.bggrey {
	background-color: #333333;
}
a.mainlevel:link, a.mainlevel:visited {
	color: #ffffff;
	text-decoration: none;
}

a.mainlevel:hover {
	color: Red;
	text-decoration: none;

}
.bgblk {
	background-color: #000000;
}
