
H1 { font-family: sans-serif; font-weight: bold; font-size: large; color: black }
H2 { font-family: sans-serif; font-weight: bold; font-size: medium; color: black }
H3 { font-family: sans-serif; font-weight: bold; font-size: small; color: black }
H4 { font-family: sans-serif; font-weight: bold; font-size: smaller; color: black }
P  { font-family: sans-serif; font-weight: normal; font-size: small; color: black }
UL  { font-family: sans-serif; font-weight: normal; font-size: small; color: black }
LI  { font-family: sans-serif; font-weight: normal; font-size: small; color: black }

body {
	background-color: #a4c051;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: underline;
	color: #0000ff;
}
a:visited {
	text-decoration: underline;
	color: #800080;
}

.smallgraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

#wrap       { width:800px; margin:0 auto; } /* "auto" makes the left and right margins center the wrapper */

div.wrapper { display: none; } 
.js-enabled div.wrapper { display: block; } 
.js-enabled div#js-alert { display: none; }

div.calendar { display: none; } 
.js-enabled div.calendar { display: block; } 
.js-enabled div#js-alert { display: none; }