/*Henderson/Vance Chess Club ccs*/


/*Backgrounds start*/

body{background-image: url("chess board.bmp")}

table{background-color:tan;}

/*Background end*/


/*misc start*/

a{color:blue;}

/*Main large table*/

table.first{
border-right: 16px tan;
border-top: 16px tan;
border-left: 8px tan;
border-bottom: 16px tan; 
border-style: outset;

}

/*homepage scrollbox*/

div.first{
height:139px;
Width:70%px;
border:1px groove;
overflow:scroll;
font-size:16px;
margen:4px;
}

/*misc end*/


/*Font start*/

p{
font-size:16px;
font-family: times new roman;
}

/*Hidden*/

font.hide{
color:tan;
}

td.hide2{
color:tan;
}

font.hide3{
color:tan;
}

/*Font end*/


/*Table font*/

tr{
font-size:16px;
font-famiy: times new roman;
}

th{
font-size:16px;
font-family: arial black;
height: 25px;
}

th.times{
font-size:16px;
font-family: times new roman;
}









