BODY {
color: black; background: white;
font-family:verdana,arial,sans-serif;
font-size: 12pt;
}

#wrap {
background:white;
width:100%;
margin:0 5%;
}

#header, #topoptions, #topform, #productmenu, #leftmenu, #rightmenu, #footer, .plainlist, .resultsbox, .updateOrder {
display:none;
}

A:link, A:visited {
background: white; 
color: black; 
text-decoration: underline;
}

H1, H2, H3 {
background: white; 
color: black; 
padding-bottom: 1px;
}

h1 {
font-size:15px;
font-weight:bold;
border-bottom: 1px solid gray;
text-align:center;
}

h2 {
font-size:14px;
}

h3 {
font-size:13px;
font-weight:bold;
border:0;
}

p {
color:black;
font-size:12px;
}

form {
width:90%;
border:1px solid #ccc;
padding:5px;
margin:5px auto;
}

form fieldset {
width:90%;
padding:5px;
border:1px solid #ccc;
margin-bottom:5px;
}

form legend {
font-size:13px;
font-weight:bold;
margin:5px 10px;
}

form label {
float:left;
font-size:12px;
width:26%;
padding:2px;
text-align:right;
margin-top:4px;
margin-bottom:1px;
}

form input {
float:right;
width:70%;
border:1px solid #ccc;
padding:2px;
margin-top:3px;
}

form select {
float:right;
width:70%;
border:1px solid #ccc;
padding:2px;
margin-top:3px;
}

