body {
  font-family: arial, helvetica, sans-serif;
}
.opshead1 {
   background-color: green;
   color: white;
   font-family: times, serif;
   font-size: 1.5em;
   font-weight: bold;
   text-transform: uppercase;
   padding: 2px;
   margin-bottom: 1em;
}
.opshead2 {
   font-size: 1.2em;
   font-weight: bold;
}
.opssub1 {
   font-weight: bold;
   margin-top: .8em;
}
.menu1 {
    display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000; 
    background-color: transparent;
    text-align: left;
    font-weight: bold;
    font-style: normal;
    padding: 0px 0px 0px 0px; 
    margin: 8px 0px 0px 0px; 
    text-decoration: none;
 }
.line {
    border-bottom: 2px solid rgb(50%,40%,30%);
    margin: 0px 4px 0px 4px; 
 }
.menu2 {
    display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #660000;
	background-color: transparent;
    text-align: left;
    font-weight: bold;
    margin: 1px 0px 0px 8px; 
    text-decoration: none; 
}
a.menu1:link {
	color: #660000; background-color:transparent;
}
a.menu1:visited {
	color: #660000; background-color:transparent;
}
a.menu1:hover, a.menu2:hover {
	color: #000000; background-color:#EEEEEE;
	text-decoration: underline;
}

a.menu1:active, menu2:active {
	color: #CC0000; background-color:transparent;
	text-decoration: underline;
}
