a {
   color: #850017;
}

a.eins {
   color: #850017;
   font-size: 10px;
   font-family: Verdana, Arial;

   text-transform: uppercase;
   text-decoration: none;
}

a:hover {
   color: #4f5555;

   text-decoration: underline;
}

body {
   margin: 0px;

   background-image: url('/images/faded_dagger_780x535.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: fixed;
   background-position: 50% 70;
}

table.hdrTable {
   color: #000000;
   font-size: 8pt;

   background: #eaeaea;

   border-bottom: 2px solid #000000;
}

td.leftCell {
   text-align: left;
}

td.logo {
   text-align: right;
   height: 60px;
}

td.title {
   color: #850017;
   font-size: 18pt;
   font-weight: bold;

   text-align: center;
}