@charset "UTF-8";
/* CSS Document */

body {
	margin:0px;
	background-color:#000;
	font-family:"Courier New", Courier, monospace;
	font-size:10pt;
	color:#FFF;
}
a img{
	border: 0px;
}
p {
	margin-top:0px;
}
.title {
	font-size:16pt;
	font-weight:bold;
}
.nonconfirmed {
	color:#666;
}
.legend {
	color:#666;
	text-align:right;
}
a, a:active, a:link, a:visited, a:focus {
    color: #ec008c;
    text-decoration: none;
}
#intro {
	position:absolute;
	left:50%;
	top:50%;
	width:600px;
	margin-left:-300px;
	margin-top:-285px;
}
