BODY {
    margin: 0;
    padding: 0;
    background-color: #DAA520;
    font-family: "courier new", courier, serif;
    }
    
h3 {
    font-family: verdana, sans-serif;
    font-size: 0.8em;
    margin-bottom:5px;
    font-weight: bold;
    text-transform : uppercase;
    color: white;
    }

A  {
    color : #550000;
    font-family: "courier new", courier,serif;
    text-decoration: underline;
    }

A:Hover  {
    color : white;
    text-decoration: none;
    }

A:Visited  {}

A:Active  {}


a.tooltipped {
    color : #550000;
    text-decoration: none;
    border-bottom: 1px dotted #550000;
    }
    
a.tooltipped:hover {
    color : #550000;
    cursor: help;
    border-bottom: 1px dotted white;
    }

a.worx { color: dodgerblue; }
a.worx:hover {background: dodgerblue; color: #fff; text-decoration: none;}

P {
    margin: 2px;
    font-family: "courier new", courier,serif;
    font-weight: normal;
    color: #550000;
    font-size: 0.75em;
    line-height : 2em;
    }

.box {
    margin: 10px 0;
    padding:20px 30px;
    background-color : #E1B435;
    border: 1px solid #C2931C;
    width: 490px;
    text-align : left;
     }

.txt {
    
    }

.star {
    padding : 1px 0px 12px;
    }
    
.link:hover {
    font-weight: bold;
    color: white;
    }
    
.formbutton {
	background-color: #550000;
	color: white;
    border: white solid 1px;
	font-family: "courier new", courier,serif;
}