@charset "utf-8";
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0;
	padding:0;
}

a {
	color: #CCC;
	text-decoration:none;
}

a:hover {
	color: #FFF;
	text-decoration:underline;
}

h1, h2, h3, h4, h5 {
	font-weight:normal;
}

.title {
	font-size:24px;
	text-transform:uppercase;

}

.description {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;

}

.contactus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

