html,body
{
	background-color: #222;
	margin: 0;
	padding: 0;
	text-align: center;
}

a, a:visited
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #ccc;
	text-decoration: none;
	border-bottom: 0px dashed #ccc;
}
a:hover
{
	border-bottom: 1px dashed #ccc;
}

h1
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 30px;
	color: #0084C4;
	font-weight: bold;
	margin: 7px;
	padding: 0;
}
h2
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 20px;
	margin: 7px;
}

.error
{
	color: #ff0000;
}

#flashcontent, #resultcontent
{
	margin: 20px auto;
	text-align: left;
	border: 1px dashed #777;
	width: 636px;
	height: 482px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #fff;
	background-color: #000;
}
#resultcontent
{
	height: auto;
	padding-bottom: 10px;
}
#resultcontent p, #resultcontent div
{
	padding-left: 10px;
}
#resultcontent table
{
	width: 100%;
}

#resultcontent table td a, #resultcontent table td a:visited
{
	border: 0;
}
#resultcontent table td a:hover
{
	border: 0px solid #ccc;
}
#resultcontent table td a img
{
	border: 0;
}