/* Default CSS Stylesheet for a new Web Application project */

body    { font-size: 12px; font-family: Tahoma, Arial, Helvetica, sans-serif }
input {background-color:white;}
textarea {background-color:white;}
.subs /* use these for red heads */   { color: #f33; font-weight: bold }
a { text-decoration: none }
.bigheads /* use these for examples heads */   { color: #066; font-size: 16px; font-weight: bold }
.menu  { color: white; font-family: Tahoma; font-weight: bold }
p   { font-size: 12px; LINE-HEIGHT: 1.5;  }
td   { font-size: 12px }
td.labl { text-align:right; font-weight: bold; }
.caption { color: #066; font-style: italic }

