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: 0.75em 
	}

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

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

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

body    { 
	max-width: 640px;
	font-size: 1em; 
	font-family: Verdana, Geneva, Arial, Helvetica 
	}


table, td, th    { 
	font-size: 100%; 
	font-family: Verdana, Geneva, Arial, Helvetica;
	text-align: center}


#banner { 
	color: white; 
	font-weight: bold; 
	font-family: Verdana, Arial, Helvetica; 
	background-color: #000099; 
	padding: 1% 
	}

