/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #000000
}


/** LINKS */

a {
	text-transform: none;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
}

a:hover {
	text-decoration: underline;
	
}

.link1 {
	text-transform: lowercase;
	text-decoration: none;
	letter-spacing: 2px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.link1:hover {
	text-decoration: underline;
	
}



