a:link {color: #8F411A}
a:visited {color: #B55221}
a:hover {color: #DC6428}
a:active {color: #B58421}

body {
  font-family: "times new roman", times, serif;
}

h1 {
  font-family: "times new roman", times, serif;
  font-size: xx-large;
  font-weight: bold;
  font-variant: small-caps
}

#header {
  font-family: arial, helvetica, sans-serif;
  font-size: x-small;
  font-variant: small-caps
}

a#header:link {color: #8F411A}
a#header:visited {color: #B55221}
a#header:hover {color: #DC6428}
a#header:active {color: #B58421}

#login {
  color: #F2F2F2;
  background-color:#A68F49;
  font-family: arial, helvetica, sans-serif;
  font-size: x-small;
  font-variant: small-caps
}

a#login:link {color: #F2F2F2; text-decoration: none}
a#login:visited {color: #F2F2F2; text-decoration: none}
a#login:hover {color: #F2D06B; text-decoration: underline}
a#login:active {color: #F3A46B; text-decoration: underline}

table#frame {
  border-style: solid;
  border-width: medium;
  border-color: #A67049;
  background-color: #F2F2F2;
  padding: 0%;
  width: 90%
}

td#frame {
  border-width: 0;
  padding: 0%
}

#error {
  background-color: #F2D06B;
  color: #DC6428;
  font-weight: bold
}

#info {
  background-color: #F3A46B;
  color: #000000;
  width: 100%;
  border-width: 0;
  font-size: small
}

#fieldinfo {
  font-size: x-small
}

#message {
  color: #000000;
  width: 100%;
  border-width: 0;
  padding: 0%
}
