h1 {
	font-family: Verdana;
	font-size: 2em;
	color: #C6DEFF; 
}

h2 {
	font-family: Verdana;
	font-size: 1.25em;
	color: #357EC7;	//#43BFC7
	font-weight: bold;
}


body {
	font-family: Verdana;
	font-size: .9em;
	color: #C6DEFF;	//#FDF5E6
	margin: 0;
	background: Black;
}


}
a:link {
	color: #43BFC7;	//#D2B48C
	font-style; font-weight: bolder;
	text-decoration: none;
}

a:hover {
	color: #A0522D;
	background: #0000A0;	//White;
	text-decoration: none;
}

a:visited {
	color: #ADDFFF;	//#1589FF;		//#D2B48C
	font-style; font-weight: bolder;
	text-decoration: none;
}

table {
	font-family: Verdana;
	font-size: .9em;
	color: #FDF5E6;
	background: Black;
	text-decoration: none;
}
