body table{
	
	font: xx-small Verdana, Geneva, Helvetica, Arial, sans-serif;
}
BODY {
	margin : 0px;
	background-color : black;
	color: white;
}

h1 {
	font-size: 1.5em;
}

.h1-subtitle {
	font-size: 1.5em;
	font-weight: normal;
}

TD {
	color: black;
}

TH  {
	color: White;
	background-color : #3366CC;
	text-align : left;
}

A:link, A:active, A:visited, A:hover { color: #5588CC; }

input,select,textarea {
	color: Blue;
	border : 1px solid Black;
}

.wmcontent {
	background-color : White;
	color: black;
}

.heading {
	width: 100%;
	font-size : 160%;
	font-weight : bold;
	border-bottom : 1px solid Blue;
	padding-left : 5px;
	padding-right: 10px;
}
