body {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: small;
  color: #4C0517;
  font-weight: normal;
  background-color: #673F3D;

}
a:link {
  color: #FF9900;
}
a:visited {
  color: #DE6B03;
}
a:hover {
  color: #CC6699;
}
a:active {
  color: #CC6666;
}

.textbox {
    border:1px solid #673F3D;
    padding:10px;
    background-color:#F7EEEE;
    margin-right:1%;
}   
  

.popupstyle {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  color: #CCCCCC;
  background-color: #673F3D;
  font-size: medium;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  border: medium solid #76172F;
  padding: 4px;
  margin: auto;
  position: absolute;
  width: 240px;


}
