.a {
	font-family: TradeGothic, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	background-color: #00CC33;
	border: 1px solid #006600;
}

.b {
	font-family: TradeGothic, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-color: #FFCC33;
	border: 1px solid #FF3300;
}

.c {
	font-family: TradeGothic, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-color: #66CCCC;
	border: 1px solid #336699;
	}
a:link, a:visited {
	font-family: TradeGothic, sans-serif;
	color: #000000;
	text-decoration: underline;
}

a:hover {
	font-family: TradeGothic, sans-serif;
	color: #009900;
	text-decoration: none;
}
body {
	font-family: TradeGothic, sans-serif;
	color: #000000;
	background-color: #E7FFEB;
	font-size: 26px;
}
.small {
	font-family: TradeGothic, sans-serif;
	font-size: 10px;
	color: #333333;
}


h1,h2,h3,h4,h5,h6 {
	font-family: TradeGothic, sans-serif;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}


