* {
	font-family: arial, helvetica, sans-serif;
}

a.hidelink {
	text-decoration: none;
	color: #3030a0;
}

div.banner {
	font-family: arial, helvetica, sans-serif;
	font-size: 150%;
	opacity: 0.80; filter: alpha(opacity=80);
	width: 600px;
	margin-left: auto; margin-right: auto;
	margin-top: 20px;
	background-color: white;
	text-align: center;
	border: 2px solid black;
	-webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px;
	-webkit-box-shadow: 4px 4px 4px 0px #000000; -moz-box-shadow: 4px 4px 4px 0px #000000; box-shadow: 4px 4px 4px 0px #000000;
}

div.about {
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	opacity: 0.85; filter: alpha(opacity=85);
	width: 90%;
	margin-left: auto; margin-right: auto;
	margin-top: 20px;
	background-color: #ffffe0;
	text-align: left;
	border: 2px solid black;
	padding: 10px;
	-webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px;
	-webkit-box-shadow: 4px 4px 4px 0px #000000; -moz-box-shadow: 4px 4px 4px 0px #000000; box-shadow: 4px 4px 4px 0px #000000;
}

a {
 color: #1111AA;
 text-decoration: underline;
}
a:link:hover, a:visited:hover {
 position: relative;
 background-color: #BBBBFF;
 left: 1px;
 top: 1px;
}
