body{
  width:100%;
  font-size:100%;
  padding:0px;
  margin:0px;
}
h1{
  font-family: 'Bitter', serif;
  font-weight: bold;
  font-size:110%;
  color:#004080;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin: 0 10px 15px;	
}

h2{
  font-family: 'Bitter', serif;
  font-weight: bold;
  color: #404040;
  text-transform: uppercase;
  padding-bottom: 5px;	
  margin: 10px 15px;	
}
h3{
  font-family: 'Bitter', serif;
  font-weight: bold;
  color: #309;
}
.italic{
	font-style:italic;
}

.stdHd{
	font-size:210%;
	font-weight:bold;
	margin:30px 0px 5px 10px;
}
.typeHd{
	font-size:70%;
	font-weight:bold;
	margin:30px 0px 5px 0px;
	font-style:italic;
	text-decoration:underline;
}
.p{
	font-size:90%;
	padding:5px 2px 5px 15px;
	margin-bottom:20px;
}
.b{
	font-weight:bold;
	font-size:110%;
	margin:30px 0px 5px -5px;
}
ol{
	margin:0px 0px 0px -10px;
}
ul{
	margin:0px 0px 0px -20px;
}
li{
	margin:0px 0px 0px 0px;
 }
.indent{
	padding-left:20px;
 }
.main_li{
	margin-top:25px;
	margin-bottom:5px;
 }
.u{
	text-decoration:underline;
	background-color:lightyellow;
 }
.standard_features{
	 margin:50px 0px 0px 0px;
 }
.league_types{
	 position:relative;
	 clear:both;
	 margin:50px 0px 0px 0px;
 }
.indiv_play{
	 position:relative;
	 clear:both;
	 margin:50px 0px 0px 0px;
 }
.teams{
	 position:relative;
	 clear:both;
	 margin:50px 0px 0px 0px;
 }
.flights{
	 position:relative;
	 clear:both;
	 margin:50px 0px 0px 0px;
 }
.pad{
	 padding-bottom:2px;
 }
.wow{
	 font-weight:bold;
	 font-family:"Comic Sans MS", cursive;
	 color:#F00;
	 padding:5px 30px 0px 30px;
 }