.standard, ul, td { 
color: #596F7E; 
font-size:10pt;
font-weight:bold;
font-family: arial, verdana, helvetica, sans-serif;
}

.small { 
color: #596F7E; 
font-size:8pt;
font-weight:bold;
font-family: arial, verdana, helvetica, sans-serif;
}

.tiny { 
color: #596F7E; 
font-size:8pt;
font-weight:normal;
font-family: arial, verdana, helvetica, sans-serif;
}

.button {
color: blue;
font-size:12pt;
font-weight:bold;
}


.data { 
color: navy; 
font-size:10pt;
font-weight:bold;
font-family: arial, verdana, helvetica, sans-serif;
}

.example { 
color: green; 
font-size:12pt;
font-weight:bold;
font-family: monospace;
}
.userinput { 
color: black; 
font-size:10pt;
font-weight:normal;
font-family: monospace;
}

.formheader {
color:white; 
text-decoration:none;
background-color:#596F7E;
font-weight:bold;
font-size:12pt;
font-family: arial, verdana, helvetica, sans-serif;
text-align: center;
}

.columnheader {
color:white; 
text-decoration:none;
background-color:#596F7E;
font-weight:bold;
font-size:8pt;
font-family: arial, verdana, helvetica, sans-serif;
}

.highlight {
border-bottom-width:1pt;
border-bottom-style:solid;
border-bottom-color:red;
border-right-width:1pt;
border-right-style:solid;
border-right-color:red;
border-top-width:1pt;
border-top-style:solid;
border-top-color:red;
border-left-width:1pt;
border-left-style:solid;
border-left-color:red;
}
.blank {
background-color:Gray;
}

:linked { color: blue;}
:visited { color: purple;}
:hover { color: red;}
