@charset "utf-8";
a {
	font-family: "Gill Sans MT";
	font-weight: bold;
}
h1 {
	font-family: "Gill Sans MT";
	font-size: medium;
	color: #CC9933;
}
body {
	font-family: "Gill Sans MT";
	font-size: small;
	color: #0099CC;
	text-align: justify;
}
h2 {
	font-family: "Gill Sans MT";
	font-size: large;
	color: #009933;
}

