  
  #contactscreen 
  {
    background-color: white;
    /*position: fixed; */
    width: 650px;
    height: 430px;
    margin-left:0px;
    margin-top: 60px;
    opacity: 1.0;
    padding: 0px 0px 0px 0px;
    border: 10px dotted yellow;
    font-family: Droid Sans, Arial, Helvetica, sans-serif;
    font-size: 12px;
    visibility:hidden; 
  }

  #contactscreen input {
    background-color: white;
    opacity: 1.0;
    font-size: 24px;
    font-weight:bold;
    color: black;
    padding-left: 3px;
    margin-bottom:7px;
    margin-top:0px;
  }

  #contactscreen textarea {
    background-color: white;
    opacity: 1.0;
    font-size: 24px;
    font-weight:bold;
    color: red;
    padding-left: 3px;
    margin-bottom:20px;
  }

   #contactscreen p {
    font-size: 32px;
    font-weight:bold;
    color: #7a0000;
    text-shadow: 3px 2px red;
    padding-left: 3px;
    margin-bottom: 0px;
    margin-top: 10px;
  }

  #contactscreen a {
    text-decoration:none;
    color: red;
    font-size: 85px;
    margin-bottom: 0px;
    font-weight:bold;
    cursor: pointer;
  }
  
  #contactscreen a:hover {
    color: black;
  }

 
#sendxx
{
  color :red;
  font-size:11.0pt;
  line-height:119%;
  font-family:Calibri;
}

a:hover {
  background-color:yellow;
}

#mailb
{
  margin-bottom:70px;
  margin-top: 70px; 
  font-size:20.0pt;
  line-height:119%; 
  font-family:Calibri;
  color:red;
  language:en-US';

}