body {
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #bd681b;
	scrollbar-shadow-color: #bd681b;
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color:  #bd681b;
	scrollbar-track-color: #000000;
	scrollbar-darkshadow-color: #000000;
	background-color: #000000;
	font-family: Calibri, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ffff94;
	cursor: crosshair;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

h1 {
	text-align: center;
	font-size: 40px;
	font-family: Calibri, "Times New Roman", Times, serif;
	color: #ffcf00;
	padding-top: 50px;
	font-variant: small-caps;
	letter-spacing: 3px;
}

h2 {
	text-align: left;
	font-size: 20px;
	font-family: Calibri, "Times New Roman", Times, serif;
	color: #bd681b;
	margin: 0;
	padding-bottom: 0px;
	padding-top: 10px;
	padding-left: 20px;
}

h3 {
	text-align: center;
	font-size: 16px;
	font-family: Calibri, "Times New Roman", Times, serif;
	margin: 0;
	font-weight: bold;
	color: #bd681b;
}

a {
	text-decoration: none;
	color: #cd8a4c;
}
a:hover {
	color: #e8ad1b;
	text-decoration: underline;
	cursor: help;
}

a.menu {
	
}

.scroll {
	text-align: center;
	width: 93%;
	height: 93%;
	overflow-y: auto;
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
}

span.bio {
	color: #e8ad1b;
	font-weight: bold;
}