/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #0A2D50;
	font-size: 13px;




}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	text-align: center;

}
h4 {
	text-decoration: underline;
}
h3 {
	font-size: 18px;
	font-weight: bold;
}
a:link {
	color: #0000CC;
}
a:hover {
	color: #0000CC;
	text-decoration: underline overline;
}
a:visited {
	color: #0000CC;
}
a:active {
	color: #0000CC;
	text-decoration: underline overline;
}
h2 {
	color: #CC0000;
	text-align: center;

}
table {
	font-size: 13px;
}
