/* main background etc, the font color here is only for font not in the boards ie a header */



A:link{

color: blue;

}
A:hover {

color : orange;

}




/* main font of posts */

.BaseFont {

font-family: Arial;

font-size:.9em; 

color: black;

}

/* font of date of posts, a few other things*/

.SmallFont {

font-family: Arial;

font-size: 8pt;

color: blue;

}

/* color of reply bar when posts are quoted*/

hr {

color : gray;

}



.ForumFlag {

color: red;

font-weight: bold;

}





/* color of tool with toggle, new posts, page, etc at top of index page. font color willbe overriden by links*/

.BoardTool {

background : white;

color :blue;

font-family : Arial;

font-size : 8pt;

}



/* color of left hand side block in table posts also color of Subject/author block on main page*/

.ForumHeader {

background : #C0C0C0;
}



.ForumTable2 {

background : #FFFFCC;
padding:3px 0px 3px 2px;
}



.ForumTable1 {

background : #CCCCCC;
padding:3px 0px 3px 2px ;

}

