body {
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	font-size: 62,5%;
	margin:0px;
	padding:0px;
}

/* White Border Hack */

#wtop {
	position: fixed;
	top: 0;
	left: 0;
	height: 10px;
	width: 100%;
	background: white;
	z-index: 9000;
}


#wbtm {
	position: fixed;
	bottom: 0;
	left: 0;
	height: 10px;
	width: 100%;
	background: white;
	z-index: 9001;
}

#wleft {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 10px;
	background: white;
	z-index: 9002;
}

#wright {
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	width: 10px;
	background: white;
	z-index: 9003;
}

div.link {
	font-size: .8em;
	margin: .5em 0 .5em 0;}
	

/* Default links */

a:link { padding: 2px 1px; color: #9f9f9f; text-decoration: none; }
a:visited { color: #9f9f9f; text-decoration: none; }
a:hover { color: white; background-color: fuchsia; text-decoration: none; }
/* Other links */
a.nounderline:hover { background-color: transparent; } 



#main {
	height: 7em;
	width:40.8em;
	border-top:.9em solid #C0C0C0;
	background:#E4E4E4;
	padding:20px 22px 0 22px;
	margin: 125px auto;
}

h2 {
	font-size:1.5em;
	line-height:1.3em;
	font-weight:normal;
	color:#333;
	background:#fff;
	margin:1px 0 0 0;
	padding:2px 6px 2px 6px;
	border-bottom:1px solid #d7d9ab;
}

