
h1      { 
	max-width: 640px;
	color: navy; 
	font-size: 3em; 
	text-align: center 
	}

h2       { 
	max-width: 640px;
	color: white; 
	font-weight: bold; 
	font-size: 0.75em 
	}

h3    { 
	max-width: 640px;
	font-size: 1em 
	}

h5   { 
	max-width: 640px;
	font-size: .9em 
	}

h6    { 
	max-width: 640px;
	color: #000099; 
	font-weight: bold; 
	font-size: .75em; 
	text-align: center 
	}

em { 
	color: red; 
	font-style: normal; 
	font-weight: bold 
	}

li   { 
	list-style-type: disc; 
	list-style-position: outside 
	}

.caption    { 
	font-weight: bold; 
	font-size: 0.75em; 
	text-align: center }
	
.listleft {
  position: absolute;
  left:30px;
  width:190px;
  }
  
.listcenter {
  margin-left:190px;
  margin-right:190px;
  }

.listright {
  position: absolute;
  left:440px;
  width:190px;
  }



.list2center {
  margin-left:75px;
  margin-right:200px;
  }

.list2right {
  position: absolute;
  left:275px;
  width:190px;
  }
  
 body, table, td, th    { 
	max-width: 640px;
	font-size: 1em; 
	font-family: Verdana, Arial, Helvetica 
	}
	
#banner { 
	color: white; 
	font-weight: bold; 
	font-family: Verdana, Arial, Helvetica; 
	background-color: #000099; 
	padding: 1% 
	}
#banner2 { 
	color: black; 
	font-weight: bold; 
	font-family: Verdana, Arial, Helvetica; 
	background-color: #999999; 
	padding: 1% 
	}
#banner3 { color: white; 
	font-weight: bold; 
	font-family: Verdana, Arial, Helvetica; 
	background-color: #000099; 
	padding: 1%; 
	top: 300px }
