
:root
{ --main-txt-color: black;
  --faint-text:  gray;
 /*   --main-bg-color: #b0e0e6;  */
  --main-bg-color: #c6d6d6;
  --main-heading-color: red;
  --table-bg: gray;  
}

.blacktext { color: black; font-family: arial; font-size: 16pt; text-align: center; font-weight: bold; }

body {background-color: var(--main-bg-color);  color: var(--main-txt-color); }

table.board
{ 
  background-image: ../gifs/sqrs2.gif;
}
/*
{   background-color: green;;
    background-image: url('../gifs/sqrs.gif');
    background-repeat: 4;
    background-size: 100% 100%;
    background-origin: content-box 
}*/

#title
{ position: relative; text-align: center; font-family: arial; font-size: 20pt; 
  font-style: italic; font-weight: bold; color: var(--table-bg);
}

a:link { color: blue }
a:visited { color: purple }
a:active { color: fuchsia }
a: { text-decoration: none }

b  { font-weight: bold;}

h0 {font-family: arial; font-size: 12pt; font-weight: bold; color: var(--main-heading-color)}  /* section headings */
h1 {font-family: arial; font-size: 14pt; font-style: italic; color: red}
h2 {font-family: arial; font-size: 10pt; color: black}
h3 {font-family: arial; font-size: 8pt;  color: black}
h4 {font-family: arial; font-size: 30pt; color: #a8a0a0}
ul {list-style-image: url('../gifs/wp.gif')}
ul.bp {list-style-image: url('../gifs/bp//.gif')}
tr.nonecf {color: #555555; font-style: italic; background-color: #d0d6d6;}
tr.italic {color: #555555; font-style: italic;}
tr.std {font-size: 14pt;}
tr.small{font-size: 12pt;}


#forum { position: relative; text-align: right; font-family: arial; font-size: 16pt; font-style: italic; font-weight: bold; }




/*
table.lg {background-color: #D3D3D3; border: 6; font-size: 13px; text-align: center;}
.feed {
  margin-left: 3px;
  padding: 0 0 0 20px;
  background: url("../images/feed_icon_14x14.png") no-repeat 0 50%;
}
*/
/*</STYLE>*/

