/* Style Sheet for www.ludwigsystems.com
   Ludwig Systems Engineering, April 2004
*/

/*    margin-top: 0.2em;
    margin-bottom: 0.1em;
    padding-top: 0.2em;
    padding-bottom: 0.1em;
*/
  /* default */
  h1, h2, h3, h4 {
    font-family: sans-serif;
    text-align: left;
    background-color: #FFFFFF;
    color: black;
  }
  h1 { font-size: 14pt; }
  h2 { font-size: 12pt; }
  h3 { font-size: 11pt; }
  h4 { font-size: 10pt; }
  body, p, div, a, ul, li, th, td, tr {
    font-family: sans-serif;
    font-size: 10pt;
    text-align: left;
    background-color: #FFFFFF;
    color: black;
  }

  /* various classes, globally applicable */
  .center { text-align: center; }
  .normal { font-size: 100%; }
  .big { font-size: 115%; }
  .bigger { font-size: 130%; }
  .biggest { font-size: 145%; }
  .small { font-size: 85%; }
  .smaller { font-size: 70%; }
  .smallest { font-size: 55%; }
 
  sub {
    vertical-align: baseline;
    font-size: 70%;
  }    

  /* tables */
  /* include this for debugging of tables border-style: ridge; */
  th, tr, td {
    text-align: left;
    vertical-align: top;
  }
  /* links */
  a {
    color: #929292;
  }
  a:link {
    font-weight: bold;
    text-decoration: none;
  }
  a:visited {
    font-weight: normal;
    text-decoration: none;
  }
  a:hover {
    text-decoration: underline;
  }
