a {
	color : #CCFFFF;
	text-decoration : none;
}

a:hover {
	color : #F5FFFA;
	text-decoration : underline;
}

body, table {
	background-color : #000000;
	color : #FAFAD2;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 14px;
}

p.myHead1 {
	font-size : 36px;
	font-weight : bold;
}

h1 {
	font-size : 24px;
	font-weight : bold;
}

h2 {
	font-size : 20px;
	font-style : italic;
	font-weight : lighter;
	text-decoration : underline;
}

h3 {
	font-size : 18px;
	font-style : italic;
	font-weight : normal;
}

h4 {
	font-size : 16px;
	font-weight : bold;
}
td.bordered {
	border-color : #FAFAD2;
	border-style : none none solid none;
	border-width : thin;
	}
.margined {
	float: none;
	width: 600px;
	margin-left: 200px;
}

