BODY, table, td, th      
          {
          font-size: small;
          /* font-size: 14px; */
          };

h1        {
          font-size: large;
          /* font-size: 18px;*/
          }

h2        {
          font-size: medium;
          }

h3        {
          font-size: small;
          }

.error, .error_msg  
          {
	  font-size: 120%;
          };

/* 
   Attempted Bug Workaround:
   Doesn't seem to work- use class=Bold instead.
*/
strong, b {
          font-weight: 700;
          }
