@charset "UTF-8";
/* CSS Document */

html, body {
background-color: #000000;
margin:0;
padding:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	text-transform: none;
	font-size: 17px;
	line-height:1.5;
	color: #666666;
	text-align: justify;
}

a, a:visited, a:active, a:link {
        color: #993399;
        font-weight:bold;
        text-decoration: underline;
}
a:hover { color:#999999;
}

#content {
font-family:Arial, Helvetica, sans-serif;
text-decoration: none;
text-transform: none;
text-align: left;
font-size: 17px;
width: 800px;
margin: auto;
}

