* {
	padding: 0;
	margin: 0;
}

body, html {
	padding: 0;
	margin: 0;
	line-height: 150%;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #868686;
	font-weight: normal;
	text-align: justify;
    background-color: #000000;
	background-position: top;
	background-repeat: repeat-x;
	background-attachment: fixed;
}

a:link, a:active, a:visited

 {
	color: #66FF33;
	text-decoration: none;
	
}

a:hover

 {
	color: #66FF33;
	text-decoration: underline;
	
}

