<!-- 
body {
	background-color: rgb(0,0,0);
	} 
img {
	margin: 10px 10px 10px 10px;
	}
h2 {
	font-size: 18px;
	color: rgb(215,216,116);
	font-family: tahoma,verdana,sans-serif;
	text-align: center;
	}
p {
	font-size: 13px;
	color: rgb(215,216,116);
	font-family: tahoma,verdana,sans-serif;
	}
div.textbox {
	display: block;
	position: relative; 
	border: none;
	text-align: left;
	width: 700px;
	height: 350px;
	}
div.floatleft {
	position: relative;
	width: 400px;
	border: none;
	float: left;
	}
a:link { 
	color: rgb(193,38,13); 
	text-decoration: underline; 
	}
a:visited {
	color: rgb(233,189,59); 
	text-decoration: underline; 
	}
a:active {
	background-color: rgb(215,216,116);
	color: rgb(193,38,13);
	text-decoration: none;
	}
a:hover {
	background-color: rgb(215,216,116);
	color: rgb(193,38,13);
	text-decoration: none;
	}
.clear { clear:all }
-->
