body {
  color: black;
  backgroud: white; 
  font-family: trebuchet ms, Arial, sans-serif;
  }
div.box {
  border: inset;
  border-width: thin;
  width: 80%;
  border-color: gray;
  padding: 0.75em; 
  background: silver;
  }
h1 {
  text-align: left;
  font-size: 110%;
  font-weight: bold;
  color: #e1771e;
  }
h2 {
  font-size: 100%;
  font-weight: bold;
  color: #e1771e;
  }
h3,h6 {
  font-size: 100%;
  color: #e1771e;
  }
h4 {
  color: blue;
  margin-top: 2em;
  font-size: 75%;
  font-weight: bold;
  }
h5 {
  color: blue;
  margin-top: 1em;
  margin-bottom: 0em;
  font-size: 100%;
  font-weight: bold;
  }
pre {
  font-family: monospace;
  }
p.redline {
  padding-left: 0.5em;
  border-left: solid;
  border-right: none;
  border-top: none;
  border-bottom: none;
  border-left-width: thin;
  border-color: red;
  }
p.bluebox {
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-left: solid;
  border-right: solid;
  border-top: solid;
  border-bottom: solid;
  border-left-width: thin;
  border-right-width: thin;
  border-top-width: thin;
  border-bottom-width: thin;
  border-color: blue;
  }
hr {
  width: 100%;
  height: 1px;
  }
#menu2 {
	width: 200px;
	border-style: solid solid none solid;
	border-color: #677D92;
	border-size: 1px;
	border-width: 1px;
	margin: 0px;
	}
	
#menu2 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}
	
#menu2 li a:link, #menu2 li a:visited {
	color: #fff;
	display: block;
	background: url(menu2.gif);
	padding: 8px 0 0 10px;
	}
	
#menu2 li a:hover {
	color: #283A50;
	background: url(menu2.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}
	
#menu2 li a:active {
	color: #283A50;
	background: url(menu2.gif) 0 -64px;
	padding: 8px 0 0 10px;
	}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
ul.bulletsquare {	
	list-style: square;
	margin: 12px;
	padding: 6px;
	}
