/* 
BCC Forums style sheet for HOME PAGE
Author: Martin Glancy
Date: 30th April 2003

FONT-SIZE and BASIC LAYOUT set in separate style sheet - CORE.CSS
This style sheet sets the colors and images for backgrounds
*/


/* MAIN TAG DEFINITIONS ========================= */


h1  {
 color: #CC0000;
 background: transparent;
}

h2  {
 color: #CC0000;
 background: transparent;
 border-bottom: 2px dotted #999999;
}

h3 {
 color: #CC0000;
 background: transparent;
}


/* DIV BOXES DEFINITIONS ETC ========================= */

#sectionnav  { 
 background: #FFFFFF;
 color: #999999;
 border-bottom: 1px solid #FFFFFF;
}

#sectionnav a, p.TextOnly a { 
 text-decoration: none;
 color: #999999;
 background: transparent;
}

#sectionnav a:hover, , p.TextOnly a:hover  { 
 color: #CC0000;
 background: transparent;
}


