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= 2em; font-weight: bold; 
		float: left; color: red;
          	padding: .1em; 
.redbox {border: 1px solid #ff0000;}
.bluebox {border: 1px solid #0000ff;}
p.groove {border-style: groove}
p.ridge {border-style: ridge}
p.inset {border-style: inset}
p.outset {border-style: outset}
#box {
??? width: 800px;
??? border-color: darkviolet;
??? border-style: dashed;
??? padding: 10px;
??? border-width: 5px;
margin: 40px;
}
