body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}
body {
	background-color: #000000;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
	color: #ffff00;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
#flash {
	margin: auto;
	border-right-style: solid;
	border-bottom-style: solid;
	background-color: #000000;
	border-top-style: none;
	border-left-style: none;
	height: 600px;
	width: 800px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-color: #999999;
	border-bottom-color: #333333;
}

.topmargin {
	margin-top: 10px;
}

