.general {  
  background-color: #F7DEA5;
  border: #000000; 
  border-style: solid; 
  border-top-width: thin; 
  border-right-width: thin; 
  border-bottom-width: thin; 
  border-left-width: thin;
}

.general2 {  
  background-color: #F7DEA5; 
  border: #000000; 
  border-style: solid; 
  border-top-width: medium; 
  border-right-width: medium; 
  border-bottom-width: medium; 
  border-left-width: medium;
}

.bigbox {  
  border: medium #000000 solid;
  font-family: Arial;
}

.smallbox {
  border: hidden #000000;
  font-family: Arial;
}

.tinybox {
  border: thin #000000 dotted;
  font-family: Arial;
}
