
body {
	font-family: sans-serif;
}

h1 {
	font-weight: bolder;
	font-size: 4ex;
}

a:link {
	font-weight: bold;
	color:#33aa33;
	text-decoration:none;
}

a:hover {
	font-weight: bold;
	color:#77cc77;
	text-decoration:none;
}

a:visited {
	font-weight: bold;
	color:#77aa11;
	text-decoration:none;
}



div#banner{
	margin: 0.5em; padding: 1em;
	float:right;
	border-width: 1px; border-style: solid; border-color: #aaaaaa;
}
