body   { color: white; font-size: 11px; font-family: verdana, trebuchet, sans-serif; background-color: #00a9da; margin-top: 30px; margin-right: 40px; margin-left: 40px }

a:link   { color: white; font-weight: bold; font-size: 12px; text-decoration: underline }

a:visited   { color: white; font-weight: bold; font-size: 12px; text-decoration: underline }

a:active   { color: white; font-weight: bold; font-size: 12px; text-decoration: underline }

a:hover   { color: white; font-weight: bold; font-size: 12px; text-decoration: none }

/*---  Header text, showing the number of search results  ---*/

H4  { color: #000000; font-weight: normal; font-size: 12px; font-family: verdana, trebuchet, sans-serif; margin-top: 2px; margin-bottom: 5px }


/*-- Table formatting (profile form, new registration form, etc.) --*/

table   { background-color: transparent; border: solid 1px white }


/*-- Default table heading formatting --*/

th  .colorBG {
 font-family: verdana,trebuchet,sans-serif; 
 font-size: 11px;
 font-weight: bold;
 text-align: center;
}

/*-- Background table color, used in search results page --*/
.colorBG  { background-color: black }

/*-- Default table cell formatting --*/

td .right {
 font-family: verdana,trebuchet,sans-serif; 
 font-size: 11px;
}

/*-- aligns text to the right, in the search table --*/

.right {
 text-align: right;
}



/*--  Default form field formatting. --*/

form {
  margin-top: 0px;
}

/*--  Input field formatting. --*/

.input {
  border-top:         1px solid #999999;
  border-left:        1px solid #999999;
  background-color:   #fff;
  font-family:        Verdana, Geneva, Trebuchet MS, Arial, Sans-serif;
  font-size:          11px;
  height:             1.6em;
  padding:            .3em 0 0 2px;
  margin-top:          3px;
  margin-bottom:       3px;
} 

/*--  Submit button formatting. --*/

.button {
  background-color:   #fff;
  font-family:        Verdana, Geneva, Trebuchet MS, Arial, Sans-serif;
  font-size:          11px;
  font-weight:        normal;
  text-transform:     uppercase;
  color:              #000;
}