html, body { margin: 0; padding: 0; 
}

body {background-color: #000000}


.style2 {color: #ffffff}
.style3 {font-family: Arial, Helvetica, sans-serif; font-size: 24px}
.style5 {font-size: 24px; font-weight: bold;}
.style6 {font-size: 24px; color:#FFFFFF}
.style11 {font-size: 36}
.style12 {font-size: 14px}
.style13 {color: #ffffff; font-size: 14px}
.style15 {color: #ffffff; font-size: 18px}
.style17 {font-weight: bold}
.style20 {color: #ffffff; font-size: 16px; }
.style21 {font-size: 24px; font-weight: bold; color: #ffffff; }
.style22 {color: #0000FF; font: bold}


a:hover {text-decoration: underline; color: #0000ff}
a:link {color: #0000ff; text-decoration: none;}
a:visited {color: #990066; text-decoration: none;}
a:active {text-decoration: underline; color: #ffffff}



#body {
	text-align:center;
	font: Kristen ITC, Comic Sans MS, Times, serif;
	height: auto;
    margin-left: 5px;
    margin-right: 5px;
	width:auto;
	background-color:#000000;
	z-index: 1;
	float:left;
  }

#main {
  text-align:center;
  font: Kristen ITC, Comic Sans MS, Times, serif;
  color:#FFFFFF;
  width:auto;
  height: auto;
  margin-left: 15%;
  margin-right: 15%;
  margin-top: 25px;
  background-color:#000000;
  z-index: 2;
  display:inline;
  float: left}
  
#nav {
  font: Kristen ITC, Comic Sans MS, Times, serif;
  margin-left: 5px;
  color:#FFFFFF;
  width:100px;
  height: auto;
  margin-top: 25px;
  background-color:#000000;
  z-index: 2;
  float: left;}
