@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	background-color: #E9E9E9;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	color: #ffffff;
	font-weight: bold; 
	font-size: x-large;
	margin-top: 0;
	margin-bottom: 0;
}

h2, h3 {
	color: #ad9765;
	font-size: large;
}

a {
	color: #003D7E;
}

