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



#wrapper { width:950px; 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:#777777;
	font-size: xx-small
}

h3 {color:#FFF}

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;
}
