body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 50px;
}
body {
	background-color: #000000;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
.ex_small {
	font-size: 0.6em;
	text-align: right;
}

a:visited {
	text-decoration: none;
	color: #99FFCC;
}
a:hover {
	text-decoration: underline;
	color: #0099FF;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
.heading_text {
	font-size: xx-large;
	text-align: center;
	text-decoration: none;
}
.heading_text a {
	color: #FFFFFF;
	text-decoration: none;
}
.box {
	height: auto;
	width: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	text-align: center;
}
