@charset "utf-8";
/* CSS Document */



#wrapper { width:650px; margin:auto}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFFFFF;
	background-color: #000000;
}

.red { color:#FF0000;}

.red_mini {color:#FF0000;font-size: xx-small}
.grey_mini {
	color:#333333;
	font-size: xx-small
}

a:link {
color : #FFFFFF;
text-decoration : none;
}
a:visited {
text-decoration : none;
color : #FFFFFF;
}
a:hover {
text-decoration : none;
color : #FF0000;
}
a:active {
text-decoration : none;
}