/* CSS Document */
* html, body {
	margin:0;
	padding:0;
}
body {
        background: #000000;
	color:#333333;
}

a{
	text-decoration:none;
	color:#333333;
}
a:hover{
	text-decoration:underline;
}