@charset "UTF-8";
html,body{
	
	margin:0;
	padding:0;
}

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	font-family: "Copperplate Light", Copperplate, "Courier New", Courier, monospace;
	color: #666666;
	font-size:12px;
	text-transform: uppercase;
	font-weight: 100;
	background-color: #000000;
	background-image: none;
	
}

.title {
	font-size: 150%;
	color: #FFFFFF;
}
.subtitle {
	font-size: 110%;
}
a:link {
	color: #666666;
	text-decoration:none;
}	

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

a:active {
	color: #000000;
	text-decoration:none;
}

a:visited {
	color: #666666;
	text-decoration:none;
}

