.wireframemenu {
border-style: solid;
border-color: #000033;
border-width: 1px 1px 0;
background-color: white;
width: 220px;
}
* html .wireframemenu {
width: 220px;
}
.wireframemenu ul {
margin: 0;
padding: 0;
list-style-type: none;
}
.wireframemenu a {
border-bottom: 1px solid #000033;
padding: 4px 3px;
font-family: Verdana;
font-style: normal;
font-variant: normal;
font-weight: bold;
font-size: 10px;
line-height: normal;
font-size-adjust: none;
font-stretch: normal;
display: block;
width: 100%;
color: #000066;
text-decoration: none;
}
.wireframemenu a:visited {
color: #660000;
}
html > body .wireframemenu a {
width: auto;
}
.wireframemenu a:hover {
background-color: #b4b4b4;
color: black;
}
h1 {
font-family: Arial,Helvetica,sans-serif;
font-size: 22px;
color: #000066;
font-weight: bold;
}
h2 {
font-family: Arial,Helvetica,sans-serif;
font-size: 18px;
color: #00008c;
font-weight: bold;
}

