body {
 background: #ffffff; 
 color: #000000; 
  font-family: "Times New Roman", Times, serif;
 margin: 2px:
 margin-left: 2px;
 margin-right: 2px;
 margin-top: 2px;
 margin-bottom: 2px;
  SCROLLBAR-FACE-COLOR: #336699; 
  SCROLLBAR-HIGHLIGHT-COLOR: #000000; 
  SCROLLBAR-SHADOW-COLOR: #6699cc; 
  SCROLLBAR-3DLIGHT-COLOR: #6699cc; 
  SCROLLBAR-ARROW-COLOR: #ffffff; 
  SCROLLBAR-TRACK-COLOR: #6699cc; 
  SCROLLBAR-DARKSHADOW-COLOR: #000000; 
  SCROLLBAR-BASE-COLOR: #a8bcd8
}

h1 {
  color: #ccc;
  background: red;
  font-weight: bold;
  text-align: center;
  border: thin ridge #0000ff;
  text-decoration: underline;

}

h2 {
  color: #00008b;
  background: transparent;
  font-weight: bold
}

h3 {
  color: #006400;
  background: transparent;
  margin-left: 4%;
  margin-right: 4%;
  font-weight: bold
}

h4 {
  margin-left: 6%;
  margin-right: 6%;
  font-weight: bold
}

h5 {
  margin-left: 6%;
  margin-right: 6%;
  font-weight: bold
}

h6 {
  color: black;
  margin-left: 6%;
  margin-right: 6%;
  font-weight: bold
}

pre {
  margin-left: 10%;
  white-space: pre
}

blockquote {
  margin-left: 8%;
  margin-right: 8%;
  border: thin ridge #dc143c
}


a:link {
  color: #000000;
  background: transparent;
}

a:visited {
  color: #DD0000;
  background: transparent;
}

a:active {
  color: MAROON;
}

a:hover {
  text-decoration: underline;
  color: black;
  text-decoration: none;
}

hr {
	background-color: #6080a8;
	height: 4px;
	width: 300px;
	align: center;
	margin-bottom: 1px;
	margin-top: 1px;
	padding: 0px;
	background-image: url(./images/bg800.jpg);
	}

IMG {
 vertical-align: middle;
 margin: 0px;
 border-width: 0;
}

P {
  margin-bottom: 1px;
  margin-top: 1px;
}

DT {
 text-indent: 1em; 
}



#right {
  border-left: #336699 0.4em groove;
  border-top: #336699 0.4em groove;
  border-right: #336699 0.4em ridge;
  border-bottom: #336699  0.4em ridge;
	}