/* CSS Document */

body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 18px;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #6EBD43;
	text-decoration: underline;
}
.heading1 {
	color: #6EBD43;
	font-size: 16px;
	text-transform: lowercase;
	letter-spacing: 1px;
}
.credits1 {
	color: #FFFFFF;
	font-size: 11px;
}
.credits {
	color: #FFFFFF;
	font-size: 11px;
}
.credits:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.credits:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.credits:hover {
	color: #10351F;
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
.smalltext {
	font-size: 10px;
}