a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	color: #FF3300;
	text-decoration: none;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
}
body {
	background-color: #000;
	margin-left: 9%;
	margin-top: 7%;
	margin-right: 9%;
}
.style1 {
	font-size: larger;
	font-weight: bold;
}
.style2 {
	color: #FFCC33;
	font-weight: bold;
}
.style3 {color: #FF6600}
.style4 {color: #FF3300}
.style5 {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
}
.style7 {font-family: "Times New Roman", Times, serif}
.mini {font-size: xx-small}
.cellborder {
	border: thin dotted #666666;
	padding: 7px;
}

