body {
	font-family: "Century Gothic", Arial, Verdana;
	font-size: 12px;
	background-color: #CCCCCC;
}
.footer {
	font-size: 11px;
	color: #333333;
}
.heading {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}
.border {
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
a {
	color: #000000;
	text-decoration: underline;
	font-size: 11px;
}
a:hover {
	text-decoration: none;
}

