body {
  background-color : #394347;
  padding : 50px 0px 50px 0px;
  color : #D7D7D7;
  font-family : Verdana, Arial;
  font-size : 10px;
  text-align : justify;
}

table, tr, td {
  color : #D7D7D7;
  font-family : Verdana, Arial;
  font-size : 10px;
  text-align : justify;
  border : 0px;
}

image {
  border : 0px;
}

textarea {
  background-color : #394347;
  color : #D7D7D7;
  border : 1px solid #394347;
}

input {
  background-color : #394347;
  color : #D7D7D7;
  border : 1px solid #394347;
}

input:focus, input:hover, textarea:focus, textarea:hover {
  border : 1px solid #667880;
}

input[type=submit]:hover, input:focus {
  border : 1px solid #667880;
}

.shadow {
  background-image : url(images/shadow.png);
  background-repeat : no-repeat;
  background-color : #212729;
  padding : 15px 15px 5px 5px;
  font-family : Verdana, Arial;
  font-size : 10px;
  text-align : justify;
}

.bottom {
  background-image : url(images/bottom.png);
  height : 4px;
  font-family : Verdana, Arial;
  font-size : 10px;
}

.copyright {
  font-size : 9px;
  color : #B0B0B0;
  float : right;
  padding : 0px 260px 0px 0px;
}

a:link {
  color : #F0F0F0;
  text-decoration : underline;
  font-weight : normal;
}

a:visited {
  color : #F0F0F0;
  text-decoration : none;
  font-weight : normal;
}

a:hover {
  color : #D0D0D0;
  text-decoration : none;
  font-weight : normal;
  padding:0px;
}

a:active {
  color : #B0B0B0;
  text-decoration : none;
  font-weight : normal;
}