@charset "UTF-8";
/* CSS Document */

span {
	font-family: Verdana, Geneva, sans-serif;
	font-size:12.5px;
	letter-spacing:0.2em;
	line-height:140%;
}


h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size:22px;
	line-height:140%;
	letter-spacing:0.2em;
	font-weight:100;
}

a {
	color:#4f113c;
	text-decoration:none;
	font-weight:800;
}

a:hover {
	text-decoration:underline;
}

a:focus {
	color:#4f113c;
}

a:visited {
	color:#4f113c;
}


.footerhead {
	letter-spacing:0.2em;
	font-size:14px;
}



#contentbox {
   position:relative;
   top:20px;
   width:650px;
   max-width:650px;
   padding-bottom:20px;
   margin-bottom:25px;
   margin-left:auto;
   margin-right:auto;
   background-color: rgba(255,255,255,0.5);
   border:none;
   font-family: Verdana, Geneva, sans-serif;
   font-size:12.5px;
   line-height:140%;
}
