h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font: italic;
	text-align: center;
	font-size: 18px;
}
a {
	font-size: 14px;
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: White;

}
a:hover {
	color: Yellow;
	text-decoration: underline;
		background: Black;
}
a.image {
	background: none;
}

a:hover.image {
	background: none;
}


div.cwg {
	font: Arial, Helvetica, sans-serif;
	font-size: 17px;
}

