/* LeicesterCAMRA.css - Cascading Style Sheet for Leicester CAMRA Website */
/* Version 1.0 koh October '01 *?
/* Background off white, normal font colour navy blue coz I believe they are easier on the eye */
/*     than white & black or vice versa. Arial font coz it's a bit bigger than the defaults and */
/*     hence easier to see. It's also an easily read font with good character discrimination. */
/* ************************************************************************************************************* */
/*  */
/* Western European character encoding */
@charset "iso-8859-1";
/* ************************************************************************************************************* */
/* the default font values and background colours */
BODY
{
    BACKGROUND-COLOR: transparent
    border:medium none; BACKGROUND-IMAGE: url('Images/BACK1.GIF');
    COLOR: navy;
    BACKGROUND-REPEAT: repeat;
    FONT-FAMILY: Arial;    
}

/* ************************************************************************************************************* */
/* small black table cells */
TD.SmallBlack
{
    FONT-SIZE: smaller;
    COLOR: black
}
/* ************************************************************************************************************* */
/* the default paragraph font values - overrides the BODY style */
P
{
    COLOR: navy;
    FONT-FAMILY: Arial
}
/* ************************************************************************************************************* */
/* list values */
UL
{
    COLOR: navy;
    FONT-FAMILY: Arial
}
/* ************************************************************************************************************* */
/* list values */
OL
{
    COLOR: navy;
    FONT-FAMILY: Arial
}
/* ************************************************************************************************************* */
/* the default table cell font */
TD
{
    COLOR: navy;
    FONT-FAMILY: Arial
}
/* ************************************************************************************************************* */
/* the default active link font */
A:active
{
    COLOR: navy;
    FONT-FAMILY: 
}
/* ************************************************************************************************************* */
/* the default unvisited link font, normally blue */
A:link
{
    COLOR: blue;
    FONT-FAMILY: 
}
/* ************************************************************************************************************* */
/* the default visited link font, normally purple */
A:visited
{
    COLOR: purple;
    FONT-FAMILY: 
}
