body { 
 font-size: 10px;
 font-family: "Century Gothic" Arial, sans-serif;
 color: #CCCCCC;
 padding: 0; margin: 0;
 background: #1B1B1B;
}


/* Headings */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal; 
	margin-top: 0;
	padding-top: 0;
	color: #006699;
}
h1, h2, h3, h4, h5, h6 a {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 24px;
	text-decoration: none;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
}


h2 {
	font-size:20px;
	margin: 0px 0px 20px 0px;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
}
h2 {
		text-decoration: none;
}

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

a:hover {
	color: #CCCCCC;
}

img {
	border: 0px;
}

p {
	width: 400px;
	margin: 10px 0px 10px 0px;
}
