body {
        color         : black                     ;
        background    : url(/Images/Parchment.gif);
        margin-left   : 1.0%                      ;
        margin-right  : 1.0%                      ;
        margin-top    : 1.0%                      ;
        margin-bottom : 1.0%                      ;
     }
h2 {font-size : 160%}

.Heading
{
   font-family : tahoma, courier, helvetica, sans-serif ;
   font-size   : 270%                                   ;
   font-weight : bold                                   ;
   color       : brown                                  ;
   text-align  : center                                 ;
}

.Centred    {text-align : center}
.AlignLeft  {text-align : left  }
.AlignRight {text-align : right }
.Large      {font-size  : 200%  }

/**********************/
/* Alignment - tables */
/**********************/
.Centred    table {margin-left : auto; margin-right : auto}
.AlignLeft  table {margin-left : 0   ; margin-right : auto}
.AlignRight table {margin-left : auto; margin-right : 0   }

.BoldBrown
{
   font-size   : 125% ;
   color       : brown;
   font-weight : bold ;
}

.BoldBrownCentred
{
   font-size       : 110%  ;
   color           : brown ;
   font-weight     : bold  ;
   text-align      : center;
   text-decoration : none  ;
}

a.NoUnderline
{
   text-decoration : none;
   font-weight     : bold;
}

.EventDate
{
   text-align : left;
   color      : blue;
}

.AlwaysBlue
{
   color           : blue;
   font-weight     : bold;
   text-decoration : none;
}

.AlwaysBlack
{
   color           : black;
   text-decoration : none ;
}

.AlwaysBrown
{
   color           : brown;
   font-weight     : bold ;
   text-decoration : none ;
}

/*****************/
/* Vertical menu */
/*****************/
.Menu
{
   background : #D0B050;
}
a.MenuNotSelected
{
   font-size       : 90%              ;
   color           : RGB(30, 30, 30)  ;
   text-decoration : none             ;
}
a:hover[class="MenuNotSelected"] {color:red}

a.MenuSelected
{
   font-size       : 90%             ;
   background      : RGB(70, 70, 255);
   color           : white           ;
   text-decoration : none            ;
}
a:hover[class="MenuSelected"] {color:cyan}

img.BlackBorder1px
{
   border: 1px black solid;
}
