body {
	margin:0 auto;
	background: #000;
	font-family: Arial;
	color: #fff;
	}

.curved {
-moz-border-radius:10px;
-webkit-border-radius:10px;
behavior:url("js/border-radius.htc");
}

.cblock {
	background:#fff;
	padding: 20 20 20 20;
	margin-bottom:5px;
	font-size: 14px;
	color:#000;
	border: 1px #fff solid;
}

.sub_table {
	font-size: 12px;
	color:#000;
}

.footer {
	background:#fff;
	padding: 10 0 10 0;
	margin-bottom:5px;
	font-size: 14px;
	color:#000;
}

.footer a {
	padding: 0 30 0 30;
	font-size: 14px;
	color: #000;
	}

.footer a:visited {
	color: #000;
	}

.footer a:hover {
	color: red;
	}

h1 {
	margin: 5 0 5 0;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	}

h2 {
	margin: 5 0 5 0;
	font-size: 24px;
	font-weight: bold;
	color: #000;
}

h1, h1 a, h1 a:hover, h1 a:visited, {
	text-decoration: none;
	color: #fff;
}