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

body {background-color: #000000;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: .85em;
color: #ffffff;
text-align:center;
line-height: 150%;
}

#container {margin: 0 auto}

a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	letter-spacing: 1px;
	text-transform: capitalize;
}

a:link {text-transform: capitalize;
}

a:visited {color: #d3c5dc;
}

a:hover {color: #803fa6;
}

a:active { color: #380456;
}