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

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

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

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

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