h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
	color: #003366;
}
.genman {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	margin-right: 100px;
	margin-left: 100px;
	text-align: justify;
}
.news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px;
	border: 1px solid #003366;
	background-color: #DDDDDD;
}
.h {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #DDDDDD;
	background-color: #003366;
	padding: 4px;


}
a:link {
	color: #0033FF;
	text-decoration: none;
}
a:visited {
	color: #0033FF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}

