body{
	background-color: black;
	color: #DDDDD0;
	font-size: 12pt;
	font-family: Arial;
}

img{
	border-width: 0px;
}

a{
	text-decoration: none;
	color: DeepSkyBlue;
}

td.headerLink{
	padding-top: 30px;
}

a.headerLink{
	margin-left: 10px;
	text-decoration: underline;
	color: SaddleBrown;
	font-weight: bold;
}

a.sectLink{
	margin-left: 10px;
	text-decoration: underline;
	color: burlywood;
}

p{
	margin-left: 15px;
	width: 700px;
}

h3{
	margin-top: 40px;
	margin-left: 30px;
}

hr{
	color: lime;
	background-color: lime;
	border-color: lime;
}

table.fact{
	margin-left: 25px;
	margin-top: 30px;
	margin-bottom: 30px;
	border-collapse: collapse;
}

table.fact tr{

}
table.fact td.empty{
	border-bottom-width: 0px;
}

table.fact td{
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 20px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: lime;
}

input{
	color: lime;
	background-color: black;
	margin-right: 5px;
	border-style: inset;
}

#overlay{background-image: url(overlay.png);}

*html #overlay{
	background-color: #000;
	background-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png",sizeMethod="scale");
}

#lightbox{
	background-color: gray;
	padding: 10px;
}
