body {
    color: #191970; /* Midnightblue (#191970) */
    background-color: #FFFFFF; /* White (#FFFFFF) */
    font-family: Georgia, "Times New Roman", Serif;
}

.cd {
  font-size: 13px;
}

.error {
  background-color: inherit;
  color: #FF0000;
  font-size: 13px;
  margin-left: 30px;
}

.hidden {
  display: none;
}

.label {
    font-size: 13px;
    font-weight: bold;
}

a {
    font-weight: bold;
}

a:link {
    color: #4169E1; /* Royalblue (#4169E1) */
    background-color: inherit;
}

a.menu:link {
    color: #FFFFFF; /* White (#FFFFFF) */
    background-color: inherit;
    text-decoration: none;
}

a:visited {
    color: #4169E1; /* Royalblue (#4169E1) */
    background-color: inherit;
}

a.menu:visited {
    color: #FFFFFF; /* White (#FFFFFF) */
    background-color: inherit;
    text-decoration: none;
}

a:hover {
    color: #191970; /* Midnightblue (#191970) */
    background-color: inherit;
}

a.menu:hover {
    color: #191970; /* Midnightblue (#191970) */
    background-color: inherit;
    text-decoration: none;
}

a:active {
    color: #191970; /* Midnightblue (#191970) */
    background-color: inherit;
}

a.menu:active {
    color: #191970; /* Midnightblue (#191970) */
    background-color: inherit;
    text-decoration: none;
}

h1, h2, h3 {
    font-weight: normal;
    padding-left: 5px;
}

h1, h2 {
    font-variant: small-caps;
}

h1 {
    background-image: url(../images/h1_bkg.jpg);
    width: 495px;
}

h2 {
   background-image: url(../images/h2_bkg.jpg);
   width: 395px;
}

hr {
    color: #4169E1; /* Royalblue (#4169E1) */
    background-color: #4169E1; /* Royalblue (#4169E1) */
    height: 3px;
}