@charset "windows-1252";

body {
  background-color: #333333;
  color: #FFFFFF;
}

input {
  background-color: #555555; 

  border-bottom-color: #555555;
  border-bottom-style: solid; 
  border-bottom-width: 2px; 
  border-left-color: #555555; 
  border-left-style: solid; 
  border-left-width: 4px; 
  border-right-color: #555555;  
  border-right-style: solid;
  border-right-width: 3px; 
  border-top-color: #555555;
  border-top-style: solid;
  border-top-width: 2px; 

  color: #FFFFFF;

  font-family: Verdana, Arial, Helvetica; 
  font-size: 11px;  
  font-weight: bold;
}


textarea {
  background-color: #555555; 

  border-bottom-color: #555555;
  border-bottom-style: solid; 
  border-bottom-width: 2px; 
  border-left-color: #555555; 
  border-left-style: solid; 
  border-left-width: 4px; 
  border-right-color: #555555;  
  border-right-style: solid;
  border-right-width: 3px; 
  border-top-color: #555555;
  border-top-style: solid;
  border-top-width: 2px; 

  color: #FFFFFF;
  
  font-family: Verdana, Arial, Helvetica; 
  font-size: 11px;  
  font-weight: bold;
  
  width: 450px;  
  
}

label {
  color: #FFFFFF;
  font-family: Verdana, Arial, Helvetica; 
  font-size: 11px;
  font-weight: bolder;
}

.copyright {
  color: #FFFFFF;
  font-family: Verdana, Arial, Helvetica; 
  font-size: 9px;
  font-weight: bold;
}

.text {
  color: #FFFFFF;
  font-family: Verdana, Arial, Helvetica; 
  font-size: 13px;
  font-weight: bolder;
}

.info {
  text-align: left;
  width: 500px;
}

.by {
  text-decoration: underline;
}

a {
  color: #FFFFFF;
  font-family: Verdana, Arial, Helvetica; 
  font-size: 11px;
  font-weight: bolder;
  text-decoration: underline;
}

a:active {
  color: #FFFFFF;
  font-family: Verdana, Arial, Helvetica; 
  font-size: 11px;
  font-weight: bolder;
  text-decoration: none;
}

a:link {
  color: #FFFFFF;
  font-family: Verdana, Arial, Helvetica; 
  font-size: 11px;
  font-weight: bolder;
  text-decoration: none;
}

a:visited {
  color: #FFFFFF;
  font-family: Verdana, Arial, Helvetica; 
  font-size: 11px;
  font-weight: bolder;
  text-decoration: none;
}

a:hover {
  color: #FFFFFF;
  font-family: Verdana, Arial, Helvetica; 
  font-size: 11px;
  font-weight: bolder;
  text-decoration: underline;
}