BODY{
  background-repeat: repeat-y;
  background-color : #ffffd0;
}
H1{
	font-weight: bold;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-style: solid solid solid solid;
	border-color: #8B4513;
	border-right-color: #8B4513;
	border-bottom-color: #8B4513;
	border-left-color: #8B4513;
	text-decoration: none;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-size: 150%;
	text-align: center;
	padding-bottom: 3px;
	padding-top: 3px;
}
H2{
	border-left-width: 8px;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-bottom-style: outset;
	border-left-color: Maroon;
	border-bottom-color: Maroon;
	text-align: left;
	text-indent: 0.5em;
	text-decoration: none;
	font-size: 130%;
	font-weight: bold;
	background-repeat: no-repeat;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
  padding-left : 0.5em;
}
H3{
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #8B4513;
	text-align: left;
	text-decoration: none;
	padding-top : 0.5em;
	padding-bottom : 0.5em;
	padding-left: 0.5em;
	padding-right: 0.7em;
	margin-left: 0.3em;
	margin-right: 0.5em;
}
H4{
	padding-left: 0.5em;
	margin-top: 0.5em;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #BC8F8F;
	text-align: left;
	text-decoration: none;
	margin-left: 0.8em;
	margin-right: 0.8em;
	margin-bottom: 0.5em;
}
h5{
	margin-left: 2.0em;
	font-weight: bold;
	font-size: 105%;
	line-height: 110%;
}
HR{
  color : teal;
  height : 1px;
}
A{
  color: #CC3300;
  text-decoration: underline;
}
A:VISITED{
  color : purple;
  text-decoration : none;
}
A:HOVER{
  color : blue;
  background-color : silver;
  text-decoration : none;
}
A:ACTIVE{
  color : blue;
  font-weight : 500;
  text-decoration : none;
}
UL{
	list-style-image: none;
	padding-left: 2em;
}
DL {
	margin-left: 2em;
	
  text-align : left;
  line-height : 1.2em;
}
A:LINK{
  font-weight : 500;
  color : blue;
  text-decoration : none;
}
BLOCKQUOTE{
  background-color : #fffcfb;
  text-align : left;
  padding-top : 0.3pc;
  padding-left : 1pc;
  padding-right : 1pc;
  padding-bottom : 0.3pc;
  margin-top : 0.5em;
  margin-left : 2em;
  margin-right : 1em;
  margin-bottom : 0.5em;
  border-width : 1px 1px 1px 1px;
  border-style : solid;
  border-right-style : solid;
  border-bottom-style : groove;
  border-left-style : solid;
  border-color : maroon maroon maroon maroon;
  
}
PRE{
  color : #4d6197;
  border-left-width : 1px;
  border-bottom-width : 1px;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : olive;
  border-bottom-color : olive;
  text-align : center;
  border-top-width : 1px;
  border-right-width : 1px;
  border-top-style : solid;
  border-right-style : solid;
  border-top-color : olive;
  border-right-color : olive;
  font-weight : 500;
  text-decoration : none;
  margin-top : 0.3pt;
  margin-left : 0.3pt;
  margin-right : 0.3pt;
  margin-bottom : 0.3pt;
}
