/* The VHS website style sheet */

body
{
    background-color: #800000;  /* burgandy background*/
    color:#FFFFFF               /* white general text */  
}   

a:link {color: #FFFFFF}         /* white */
a:visited {color: #FF9900}      /* Gold */
a:active {color: #FF9900}       /* Gold */

/* Main table definitions */
table.mainTable
{ 
    background-color:#800000;   /* burgandy */
    border-style:solid;
    border-color:white;
    border-width:5px;
    width:100%;
}


/* table data element that is used for the gold cell */
td.goldDataElement
{  
    background-color:#FF9900;
    border-style:solid;
    border-width:0px;   
}


/* Titles at the tops of the pages */
font.mainTitle
{
    font-size:20pt;
}

/* set to gold, and bold */
font.specialHighlight
{
    color:#FF9900;
    font-weight:bold
}