body         { font-family: Garamond, Times New Roman, Arial; color: black; background-color: wheat; margin: 15px; }

a            { text-decoration: underline; }
a:link       { color: #0000cc; }
a:active     { color: #cc0000; }
a:visited    { color: #990099; }
a:hover      { color: #cc3333; }

h1           { font-size: 240%; margin: 0pt; }
h2           { font-size: 220%; margin: 0pt; }
h3           { font-size: 180%; margin: 0pt; }
h4           { font-size: 140%; margin: 0pt; }
h5           { font-size: 120%; margin: 0pt; }
h6           { font-size: 100%; margin: 0pt; }

.tx130       { font-size: 130%; }
.tx120       { font-size: 120%; }
.tx110       { font-size: 110%; }
.tx100       { font-size: 100%; }
.tx90        { font-size: 90%; }
.tx80        { font-size: 80%; }
.tx70        { font-size: 70%; }
.tx60        { font-size: 60%; }
.tx50        { font-size: 50%; }
.tx40        { font-size: 40%; }

p            { color: #000080; text-indent: 1em; }
hr           { color: #000000; }
img          { background: #eeeeee; border: solid 2px black; }
textarea     { background: #ffffee; border: solid 1px black; width: 500px; height: 70px; }
input        { background: #ffffee; border: solid 1px black; }

.field       { width: 300px; }

.u           { text-decoration: underline; }
.b           { font-weight: 700; }
.i           { font-weight: 700; font-style: italic; }
.bu          { font-weight: 700; text-decoration: underline; }
.bi          { font-style: italic; }
.iu          { font-style: italic; text-decoration: underline; }
.ib          { font-style: italic; font-weight: 700; }
.ibu         { font-style: italic; font-weight: 700; text-decoration: underline; }

.main        { background: white; border: double black; }
.main_td     { padding: 10px; }
.warning     { padding: 10px; background-color: #fff0f0; }
.heading     { background: url(images/main-image.jpg) top right no-repeat; }
.heading_td  { line-height: 2.5em; }
.sub_female  { background: #fff0f0; border: solid 1px black; }
.sub_neut    { background: #ffffee; border: solid 1px black; }
.sub_male    { background: #f0f7ff; border: solid 1px black; }

.quote       { text-indent: 0px; margin-left: 1.5em; margin-right: 1.5em; color: #008080; font-style: italic; }
.error       { color: #dd0000; font-weight: 700; }

.red         { color: #dd0000; }
.dkblue      { color: #000080; }


