body {
	background-color: #000000;
	margin: 0px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFCC;
}
.boxleft {
	padding: 6px;
	float: left;
}
.boxright {
	padding: 6px;
	float: right;
}.text1 {
	color: #E8B248;
	font-weight: bold;
}
.text2 {
	color: #CCCCCC;
}

a.link1:link {
	font-size: 18px;
	font-weight: bolder;
	color: #996600;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
a.link1:visited {
	font-size: 18px;
	font-weight: bolder;
	color: #996600;
	text-decoration: underline;
	font-style: italic;
}
a.link1:hover {
	font-size: 18px;
	font-weight: bolder;
	color: #FF9900;
	text-decoration: none;
	font-style: italic;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

