html { height: 100%; }
body {
	background-color:black;
	height: 100%; width: 90%; margin: auto; 
}
#wrapper{
	background-color:white;
	color:black;
	
	width:800px;
	padding:20px;
	//padding-bottom:0px;
	//margin-top:0%;
	min-height:99%;
	margin-left:auto;
	margin-right:auto;
	font-family:"helvetica neue", helvetica, sans-serif;
	//font-weight:bold;
	border-style:none solid;
	border-color:#7E5394;
	border-width:10px;
}
#footer {
    position: relative;
    margin-top: -53px; /* negative value of footer height */
    height: 33px;
    line-height: 33px;
    border-bottom:20px solid #fff;
    text-align: center;
    background-color:blue;
}
p{
	font-size:18px;
	//font-weight:bold;
}
h2{
	font-size:24px;
	font-style:oblique;
}
h3{
	font-size:30px;
}
h1{
	font-size:36px;
	
}
.indent
{
	margin-left:20px;
}
table{
	width:100%;
	border-collapse:collapse;
}
th{
	text-align:left;
	background-color:#7E5394;
	color:white;
}
tr.alt{
	background-color:#BDA3C9;
}
table, td, th
{
border:1px solid #7E5394;
}
#top{
	margin-left:auto;
	margin-right:auto;
	width:80%;
	margin-top:-25px;
	padding-top:10px;
	text-align:center;
	padding-bottom:5px;
	background-color:#7E5394;
	font-weight:bold;
	
	-webkit-border-bottom-right-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-bottomright: 20px;
-moz-border-radius-bottomleft: 20px;
border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;
}
#top a{
	color:white;
	font-weight:normal;
}
#top a:hover{
	color:#BDA3C9;
}
a{
	text-decoration:none;
	
}
