/* CSS Document */

body {
	background-color: #1E1937;
}
body,td,th {
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
}
a {
	font-family: Arial;
	font-size: 14px;
	color: #FF9900;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: none;
	color: #EAEAEC;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}
.style1 {
	font-family: Crass;
	font-size: 36px;
}
.style6 {color: #FF9900}
.style7 {color: #1E1937}

.orange{
color: #FF9900;
};