.center_align{
	text-align: center;
}

.capital_char{
	font-family: Monotype Corsiva;
	font-size: 36px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 5px;
	line-height: 33px;
}

.capital_num{
	text-decoration: overline underline;
}

.download_link{
	border-width: 3px;
	border-style: groove;
	border-color: rgb( 95, 25, 28);
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}

h1{
	padding-top: 0px;
	margin-top: 0px;
	color: rgb( 95, 25, 28);
	font-family: Verdana;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	text-decoration: underline overline;
}

h2{
	font-size: 20px;
	text-align: center;
}

h3{
	font-size: 18px;
	text-align: center;
}

a{
	color: white;
	text-decoration: none;
}

img{
	border-width: 0px;
}

body{
	background-color: rgb( 102, 102, 102);
	color: white;
	font-family: Verdana;
	font-size: 16px;
	overflow: auto;
	scrollbar-base-color: rgb( 102, 102, 102);
	scrollbar-3d-light-color: rgb( 102, 102, 102);
	scrollbar-arrow-color: white;
	scrollbar-darkshadow-color: rgb( 102, 102, 102);
	scrollbar-face-color: rgb( 102, 102, 102);
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: black;
	scrollbar-track-color: rgb( 128, 128, 128);
}
