/* waccm.css
   Style sheet for WACCM web site.

   Author: Carl Drews
   Created: January 3, 2023
*/



div.info {
   background-color: LightYellow;
   border-style: ridge;
   margin: 10px;
   padding: 10px;
}

div.info td {
   padding: 8px 24px 8px 4px;
   text-align: left;
}

.shout {
   color: red;
   font-weight: bold;>
}

