body {
	background: #FFFFFF;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #000000;
}

a, h1 a, h2 a, h3 a {
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


h1, h2, h3 {
	text-decoration: none;
	color: #000066;
}

h1 a:hover, h2 a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}




/* footer */
.footer {
	font-size: 9px;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	color: #CCCCCC;
}


.footer a {
	color: #CCCCCC;
	text-decoration: NONE;
}

.footer a:hover {
	color: #333333;
	text-decoration: underline;
}

