A { text-decoration : none; } 
a:hover {color: #FF0000}
H1 { color:yellow; background:darkblue; text-align:center}
H2 { color:red; background:yellow; text-align:center}
H3 { color:yellow; background:black; text-align:center}
H4 { color:blue; background:yellow; text-align:center}
H5 { color:blue; background:white; text-align:left}
H6 { color:black; background:yellow; text-align:left}
p.regpar {text-align: left; text-indent: 30px; line-height: 150%; margin-left: 10px; margin-right: 10px}
p.dropcap:first-letter {font-size= 1.5 em; font-weight: bold; 
		float: left; color: red;
          	padding: .1em;}
p.regpar {text-indent: 30px; line-height: 150%}
p.lineh {line-height: 150%}
.redbox {border: 1px solid #ff0000;}
.bluebox {border: 1px solid #0000ff;}
.greenbox {border: 1px solid #006400;}
.timbox {border: 1px solid #9400d3;}
p.solid {border-style: solid text-indent: 30px; 
	font-size= 1em; color=red}
p.double {border-style: double text-indent: 30px; 
	font-size= 1em; font-style: italic; color=darkgreen}
p.groove {border-style: groove; text-indent: 30px; 
	font-size= 1em; font-style: italic; color=darkblue}
p.ridge {border-style: ridge; text-indent: 30px; 
	font-size= 1em; font-style: italic; color=blue}
p.inset {border-style: inset; text-indent: 30px; 
	font-size= 1em; font-weight: bold; color=darkviolet}
p.outset {border-style: outset; text-indent: 30px; 
	font-size= 1em; font-weight: bold; color=darkred}
#box {
??? width: 800px;
??? border-color: darkviolet;
??? border-style: dashed;
??? padding: 10px;
??? border-width: 5px;
margin: 40px;
}
