/* CSS Document */

/* hide from IE mac \*/
html {
    min-height: 100%;
    margin-bottom: 1px;
}
/* end hiding from IE5 mac */

html {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	background-color: #B2BDCB;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
a:link {
	color: #000000;
	font-weight: bold;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #826800;
}
p {
	margin: 10px 10px 10px 0;
	font-size: 0.8em;
	font-weight: bold;
}
