h2 {
	font-size: 14px;
	color: #333;
}
h3 {
	font-size: 20px;
	color: #333;
}
a:link {
	color: #06C;
}
a:visited {
	color: #069;
}
a:hover {
	color: #039;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}