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



BODY {

font-family: Arial;

font-size: 12pt;

color : black;

background: white;

}



A:link{

color: blue;

}



A:visited{

color: purple;

}

A:visited.n1 {
color: blue;
}


A:hover {

color : orange;

}



/* main font of posts */

.BaseFont {

font-family: Arial;

font-size: 12pt;

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 : 12pt;

}



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

.ForumHeader {

background : #C0C0C0;

}



.ForumTable2 {

background : #FFFFCC;

}



.ForumTable1 {

background : #CCCCCC;

}

