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

body{
	background-color:#000;
	font-size:16px;
	color:#FFF;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	margin: 0px, 0px;
}

a:link{ 	color:#f7039c; font-weight:bold; text-decoration:none;}
a:hover{ 	color:#f7039c; font-weight:bold; text-decoration:underline;}
a:active{ 	color:#f7039c; font-weight:bold; text-decoration:none;}
a:visited{ 	color:#f7039c; font-weight:bold; text-decoration:none;}

#container{
	width:850px;
	margin-left: auto;
	margin-right: auto;
}
