BODY {
 width: 810px;
 border: medium solid black;
 padding: 5px;
}
H1 {
 font-family: sans-serif;
 color: white;
 background-color: #9999FF;
 padding-left: 0px;
 margin-top: 0;
}
P {
 margin-left: 50px;
}
HR {
 color: #993333;
 background-color: #993333;
}
BLOCKQUOTE {
 padding: 10px;
}
PRE {
 padding: 10px;
}
.leftalign {
 text-align: left;
}
.centeralign {
 text-align: center;
}
.rightalign {
 text-align: right;
}
.here {
 font-weight: bold;
 background-color: #9999FF;
}
.oomph1 {
 border-color: #993333;
 border-style: solid;
 border-width: 2px;
 margin-left: 50px;
 margin-right: 50px;
}
.oomph2 {
 font-family: sans-serif;
 font-weight: bold;
}
.tablerowrule {
 color: white;
}
.tableheader {
 font-weight: bold;
}
.rightfloat {
 float: right;
}
.leftfloat {
 float: left;
}
.clear {
 clear: both;
}
.top {
 text-align: center;
}
.top1 {
 font-family: sans-serif;
 font-variant: small-caps;
 font-weight: bold;
 font-size: xx-large;
 color: black;
 letter-spacing: 5px;
 text-align: center;
}
.top2 {
 test-align: center;
}


