body {
margin: 0 auto;  
padding: 0;
background: #141f24;
}

.bigName {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 150%;
font-weight: bold;
color: #eeeeee;
}

.mainLinks, .mainLinks a { 
 color:       #141f24;
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size:   85%; 
 text-decoration: none;
}
.mainLinks a:link    { color:  #141f24; font-weight: bold;}
.mainLinks a:visited { color:  #333344; font-weight: bold;}
.mainLinks a:active  { color:  #333344; font-weight: bold;}
.mainLinks a:hover   { color:  #eeeeee; font-weight: bold;}

.bold90 {
font-size: 90%;
font-weight: bold;
font-family: arial, helvetica, verdana, sans-serif;
letter-spacing: 0.05em;
background: transparent;
color: #eeeeee;
}

.text80, .text80 a {
font-family: arial, verdana, helvetica, sans-serif;
font-size: 80%;
font-style: strong;
color: #eeeeee;
text-decoration: none;
}

.text80 a:link    { color:  #ff9900; font-weight: strong; font-size: 100%;}
.text80 a:visited { color:  #ff6600; font-weight: strong; font-size: 100%;}
.text80 a:active  { color:  #ff6600; font-weight: strong; font-size: 100%;}
.text80 a:hover   { color:  #eeeeee; font-weight: strong; font-size: 100%;}

.text85, .text85 a {
font-family: arial, verdana, helvetica, sans-serif;
font-size: 85%;
font-style: strong;
color: #485659;
text-decoration: none;
}

.text85 a:link    { color:  #cccccc; font-weight: bold; font-size: 85%;}
.text85 a:visited { color:  #666699; font-weight: bold; font-size: 85%;}
.text85 a:active  { color:  #eeeeee; font-weight: bold; font-size: 85%;}
.text85 a:hover   { color:  #485659; font-weight: bold; font-size: 85%;}

input {
  border:         	  1px solid #999999;
  color:			  #333333;
  font-family:        Verdana, Geneva;
  font-size:          12px;
  background-color:  #666699;  
  height:             1.4em;
  width:	      16em;
  padding:            .4px;
  margin:             0px
} 

input:focus {
 background-color : #eeeeee
}

textarea {
  border:         	  1px solid #999999;
  color:			  #333333;
  font-family:        Verdana, Geneva;
  font-size:          12px;
  font-weight:   normal;
  background-color:   #666699;  

  width:			  25em;
  padding:            .4px;
  margin:             0px
} 

textarea:focus {
 background-color : #eeeeee
}

/*--  Submit button formatting (search). --*/

.button {
  border:         	  0px;
  color:              #eeeeee;
  font-family:        Verdana, Geneva;
  font-size:          10px;
  font-weight: bold;
  background-color:   transparent;
  height:             1.5em;
  margin:             0px
}

.buttonhover {
  border:         	  0px;
  color:              #ffffff;
  font-family:        Verdana, Geneva;
  font-size:          10px;
  font-weight: bold;
  background-color:   transparent;
  height:             1.5em;
  margin:             0px;
  text-decoration: 	  none
}


.copyright, .copyright a {
font-family: arial, verdana, helvetica, sans-serif;
font-size: 80%;
font-style: strong;
color: #eeeeee;
text-decoration: none;
}

.copyright a:link    { color:  #eeeeee; font-weight: strong; font-size: 100%;}
.copyright a:visited { color:  #eeeeee; font-weight: strong; font-size: 100%;}
.copyright a:active  { color:  #333333; font-weight: strong; font-size: 100%;}
.copyright a:hover   { color:  #cccccc; font-weight: strong; font-size: 100%;}