BODY { 
  margin: 1em;
  font-family: arial, serif;
  font-size: medium
  line-height: 1.1;
  background: white;
  color: blue; 
}

LI { display: list-item }

H1, H2, H3, H4 { margin-top: 1em; margin-bottom: 1em }
H1, H2 { text-align: center }
H1, H2, H4, H6 { font-weight: bold }

H1 { font-size: xx-large }
H2 { font-size: x-large }
H3 { font-size: large }

#frame {
	width:650px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:10px;
	text-align:left;
	}
		
#contentleft {
	width:200px;
	padding:5px;
	float:left;
	}
	
#contentcenter {
	width:200px;
	padding:5px;
	float:left;
	}
	
#contentright {
	width:200px;
	padding:5px;
	float:left;
	}
	
#contentlefthalf {
	width:415px;
	padding:5px;
	float:left;
	}
	
#contentrighthalf {
	width:215px;
	padding:5px;
	float:left;
	}
	
B, STRONG { font-weight: bolder }  /* relative to the parent */

UL, DIR { list-style: disc }
OL { list-style: decimal }
MENU { margin: 0 }              /* tight formatting */
LI { margin-left: 3em }

A:link { color: blue }          /* unvisited link */
A:visited { color: red }        /* visited links */
A:active { color: lime }        /* active links */

.menu {
  font-family: arial, serif;
  font-size: x-small
}

.copyright {
  font-family: "Times New Roman", arial, serif;
  font-size: x-small
}
