body {
	color:#333;
	background-color: #fff;
	text-align: left;
        font-family: Georgia, "Arial", Arial, serif;

}


h1 {
	color: #333;
        font-size: 120%;
	margin-bottom: .5em;
}

h2 {
	color: #000;
        font-size: 100%;
        margin-bottom: .5em;
}

a {
	text-decoration:none;
	color: #0065BD;
}

a:hover, a:active {
	color:#FECB00;
	text-decoration:none;
}

a:visited {
	color:#009B3A;
	text-decoration:none;
}
