body {
	font-family: "Century Gothic", Arial, sans-serif;
	color: #333;
	font-size: 11pt;
}
body a:link {
    text-decoration: none;
    color: #D6A94E;
}
body a:visited {
    text-decoration: none;
    color: #D6A94E;
}
body a:hover {
    text-decoration: underline;
    color: #C17B13;
}


h1 {
	font-size: 120%;
	color: #630;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}