<!-- TITLEBAR -->
    td.TitlebarCenter {
      color : #6f5c5c;
      background-color : #d8bfd8;
      font-family : Verdana,Arial,Geneva,sans-serif;
      font-size : 20px;
      font-weight : 700;
     }
    td.TitlebarLeft {
      width : 49;
      background-color : #d8bfd8; 
      align : center;
     }
    td.TitlebarRight {
      color : #191970;
      background-color : #d8bfd8; 
      font-family : Verdana,Arial,Geneva,sans-serif;
      font-size : 20px;
      font-weight : 300;
      text-align : right;
      align : center;
      padding-right : 8;
     }

<!-- OTHER BARS -->
    td.Links {
      text-align : center;
      font-family : Verdana,Arial,Geneva,sans-serif;
      font-size : 9px;
      font-weight : 700;
     }
    td.Sidebar {
      text-align : left;
      font-family : Verdana,Arial,Geneva,sans-serif;
      font-size : 9px;
      font-weight : 700;
     }
    td.BarLine {
      height : 2;
      background-color : #6f5c5c;
     }
    td.BlankLine {
      height : 2;
      background-color : white;
     }

<!-- PARAGRAPHING -->
    p.Main {
      font-family : Verdana,Arial,Geneva,sans-serif;
      font-size : 12px;
      margin-left : 50;
      margin-right : 50;
      text-align : justify;
     } 
    p.Indent {
      font-family : Verdana,Arial,Geneva,sans-serif;
      font-size : 11px;
      margin-left : 80;
      margin-right : 80;
      text-align : justify;
     } 
    p.Caption {
      font-family : Verdana,Arial,Geneva,sans-serif;
      font-size : 10px;
      font-weight : 700;
      text-align : center;
    }
    ul.Main {
      font-family : Verdana,Arial,Geneva,sans-serif;
      font-size : 11px;
      margin-left : 65;
      margin-right : 50;
      text-align : justify;
     } 
    ul.Indent {
      font-family : Verdana,Arial,Geneva,sans-serif;
      font-size : 11px;
      margin-left : 95;
      margin-right : 80;
      text-align : justify;
     } 

<!-- TEXT HIGHLIGHTS -->
    span.VBar {
      color : #6f5c5c;
      font-weight : 700;
     }

<!-- TIMELINES -->
    table.Year {
      margin-left : 50;
      margin-right : 50;
      font-family : Verdana,Arial,Geneva,sans-serif;
      font-size : 11px;
     }
    th.Year {
      color : #6f5c5c;
      background-color : #d8bfd8;
      border : 1px solid #6f5c5c;
      border-right : 0px;
      text-align : center;
     }
    th.Event {
      padding=left: 3;
      text-align : center;
      color : #6f5c5c;
      background-color : #d8bfd8;
      border-top : 1px solid #6f5c5c;
      border-bottom : 1px solid #6f5c5c;
     }
    th.Land {
      background-color : #d8bfd8;
      border : 1px solid #6f5c5c;
      border-left : 0px;
      text-align : center;
     }
    td.Year {
      vertical-align : top;
      font-weight : 700;
      color : #6f5c5c;
     }
    td.Event {
      text-align : justify;
      padding-left : 3;
      padding-right : 3;
      border-bottom : 1px solid #d8bfd8;
     }
    td.Land {
      text-align : center;
      vertical-align : top;
     }

<!-- CASTLE GAMES -->
    table.CG {
      margin-left : 50;
      margin-right : 50;
      font-family : Verdana,Arial,Geneva,sans-serif;
      font-size : 11px;
     }
    td.Yr1 {
      color : #6f5c5c;
      background-color : #d8bfd8;
      border-left : 1px solid #6f5c5c;
      border-top : 1px solid #6f5c5c;
      border-bottom : 1px solid #6f5c5c;
      text-align : left;
      font-weight : 700;
      padding-left : 3;
    }
    td.Yr2 {
      color : #6f5c5c;
      background-color : #d8bfd8;
      border-top : 1px solid #6f5c5c;
      border-bottom : 1px solid #6f5c5c;
      border-right : 1px solid #6f5c5c;
      text-align : right;
      font-weight : 700;
      padding-right : 3;
     }
    td.WB {
      text-align : left;
      border-left : 1px solid #000000;
      padding-left : 3;
     }
    td.Apps {
      color : red;
      font-weight : 700;
      font-size : 10px;
      text-align : center;
     }
    td.Hcp {
      border-left : 1px solid #000000;
      text-align : center;
      font-size : 9px;
      padding-left : 3;
      padding-right : 3;
     }
    td.Res {
      border-left : 1px solid #000000;
      font-size : 10px;
      font-weight : 400;
      text-align : center;
      border-left : 1px solid #000000;
      padding-left : 3;
      padding-right : 3;
     }
    td.Rem {
      border-left : 1px solid #000000;
      border-right : 1px solid #000000;
      font-size : 9px;
      text-align : left;
      padding-left : 3;
      padding-right : 3;
     }
    td.NoRem {
      border-right : 1px solid #000000;
     }
    td.Special {
      border-top : 1px solid #000000;
      border-left : 1px solid #000000;
      border-right : 1px solid #000000;
      font-size : 9px;
      text-align : left;
      padding-left : 3;
      padding-right : 3;
     }

<!-- LINKS -->
    a.Par:link {
      text-decoration : none;
      color : red;
     }
    a.Title:link {
      text-decoration : none;
      color : #000000;
     }
    a.Title:active {
     text-decoration : none;
     background-color : yellow;
     }
    a.Title:visited {
      text-decoration : none;
      color : #000000;
     }
    a.Title:hover {
      text-decoration : none;
      color : red;
     }
    a.Sidebar:link {
      text-decoration : none;
      color : #000000;
     }
    a.Sidebar:visited {
      text-decoration : none;
      color : #000000;
     }

<!-- IMAGES -->
    img.Page {
      border : 0;
      align : middle;
     }
    img.Logo {
      position : relative;
      left : 8px;
      top : 2px;
      border : 0;
     }

