
a:active { color: #990000; }
a:link  { color: #660033; }
a:visited  { color: #660033; }
a:hover { color: #cc9900; }

body {
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    color: #000;
    background: #fff;
}

h1 {
    color: #660033;
    font-style: italic;
    font-weight: normal;
    font-size: 160%;
    line-height: 110%;
}
h3 {
    color: #660033;
    font-weight: bold;
    font-size: 120%;
    line-height: 115%;
}

h4 {
    color: #660033;
    font-size: 100%;
    line-height: 110%;
}

.fieldlabel {
    font-weight: bold;
}

.psmall  {
    font-size: 90%;
}

.pbold   {
    font-weight: bold;
}

.psmallbold  {
    font-weight: bold;
    font-size: 90%;
}

p.footer {
    text-align: center;
    font-size: 85%;
}

div.panel  {
    position: relative;
    left: 20%;
    width: 60%;
    background-color: #eee;
    padding: 1em;
}

p.head-blurb {
    text-align: center;
    font-style: italic;
}

