/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this file,
 * You can obtain one at http://mozilla.org/MPL/2.0/. */

body {
  background-color: #FFFFEE;
}

h1 {
  background-color: #003366;
  color: #FFFFEE;
  background-image: url("logo-100x62.png");
}

a:link { color: #669999; }
a:visited { color: #003366; }
a:hover, a:active { color: #88BBBB; }

table.border {
 border-color: #336699;
}
table.border th, table.border td {
 border-color: #336699;
}

.otheremaillinks > a {
  background-color: #EEEEDD;
}
.otheremaillinks > a:link, .otheremaillinks > a:visited { color: #BBBBBB; }
.otheremaillinks > a:hover, .otheremaillinks > a:active { color: #808080; }
