body
{
	background-color:#000000;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-image: url(/images/misc/background.jpg);
}

a {
	color: #466FFF; 
	text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
}
	
a:hover {
	color: #49DFFF; 
	text-decoration: underline; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
}
	
body {
	color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt;
}

p.title {
	font-size: 10pt; 
	font-weight: bold; 
	border-bottom: 1px #888888 dashed;
	width: 75%;
}

table {
	color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
}

input {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
}

textarea {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
}

span.code {
	font-family: monospace; 
}

pre.code {
	color: #00FF00;
	width: 700px;
	background-color: #001000;
	border: 1px solid #005500;
	padding: 5px;
}
