html {
	padding: 0;
	margin: 0;
	background: #757D22;
	font-family: Cantarell, Calibri, Helvetica, Verdana, Arial, sans-serif;
	color: #EEEE88;
	font-size: 12pt;
	}

header {
	font-size: 22pt;
	}

h1 {
	font-size: 14pt;
	}

footer {
	font-size: 10pt;
	}

a, a:link {
	color: #EEEE88;
	text-decoration: none;
	border-bottom: 1px solid #EEEE88;
	}

a:visited {
	color: #D3B667;
	}

a:hover {
	background-color: #C75D1B;
	}

abbr {
	cursor: help;
	}

img {
	border-width: 0px;
	}
