BODY {
   background:   #ffffff;
   font-family     : Verdana, Arial;
   font-size       : 10px;
   font-weight     : normal;
   margin-top      : 5px;
   <cfoutput query="page">
   color           : #textcolor#;
   </cfoutput>
   }

  <cfif ParameterExists(page.linkcolor)>
  A:LINK {
    color : ###page.linkcolor#;
    }
  </cfif>
  <cfif ParameterExists(page.vlinkcolor)>
  A:VISITED {
    color : ###page.vlinkcolor#;
    } 
  </cfif>

   
A:HOVER {
    color : #8b0000;
    }
    
A:LINK.pcolor {
<cfoutput query="page">
   color  : #linkcolor#;
   font-size       : 12px;
</cfoutput>
    }
A:VISITED.pcolor {
<cfoutput query="page">
   color  : #vlinkcolor#;
   font-size       : 12px;
</cfoutput>
    }
A:HOVER.pcolor {
<cfoutput query="page">
   color  : #linkcolor#;
   font-size       : 12px;
</cfoutput>
    }
    
A:LINK.amenu {
   color  : #852f16;
    }
A:VISITED.amenu {
   color  : #852f16;
    }
A:HOVER.amenu {
   color  : #252f16;
    }
    
p.menu {
   font-weight    : normal;
   font-size      : 10px;
   margin-top     : 0cm;
   margin-bottom  : 0cm;
   }
p.tmenu {
   font-family    : Verdana, Arial;
   font-weight    : bold;
   font-size      : 10px;
   margin-top     : 0cm;
   margin-bottom  : 5px;
   }
p.tmain {
   font-family    : Verdana, Arial;
   font-weight    : normal;
   font-size      : 12px;
   margin-top     : 0cm;
   margin-bottom  : 5px;
   }

H2 {
   font-family    : Verdana, Arial;
   margin-top     : 0cm;
   margin-bottom  : 0cm;
   }

HR {
   font-family    : Verdana, Arial;
   margin-top     : 0cm;
   margin-bottom  : 0cm;
   }
 
B {
  font-weight  : bold;
  }

a:hover.blog
  {
  font-weight  : bold;
  }    

table.right
{
color:#ffffff;
background-color:#cc6600;
border:2px groove;
margin-bottom:2px;
}

table.main
{
color:#000000;
border:2px groove;
margin-bottom:1px;
   font-weight    : normal;
   font-size      : 12px;
}

table.blog
{
color:#000000;
margin-bottom:1px;
font-family : Verdana, Arial;
font-size   : 12px;
}

td.blogbottom
{
border-bottom: thin dotted #00FFff;
}
td.qtext
{
border-left: thin dotted #009900;
   font-size      : 11px;
}

A:LINK.blog {
   color  : #852f16;
   text-decoration: none;
   }
A:VISITED.blog {
   color  : #852f16;
   text-decoration: none;
   }
A:HOVER.blog {
   color  : #252f16;
   text-decoration: underline;
   }

A:LINK.bloghead {
   color  : #852f16;
   text-decoration: none;
   font-family : Verdana, Arial;
   font-size   : 13px;
   }
A:VISITED.bloghead {
   color  : #852f16;
   text-decoration: none;
   font-family : Verdana, Arial;
   font-size   : 13px;
   }
A:HOVER.bloghead {
   color  : #252f16;
   text-decoration: underline;
   font-family : Verdana, Arial;
   font-size   : 13px;
   }

td.tiny
{
font-family : Verdana, Arial;
font-size   : 9px;
}

td.news
{
font-family : Verdana, Arial;
font-size   : 12px;
}

td.blog
{
font-family : Verdana, Arial;
font-size   : 12px;
}

b.newsbold
{
font-family : Verdana, Arial;
font-weight : bold;
font-size   : 16px;
}

blockquote
{
border: 0 #C30A29 dotted;
border-width: 1px;
background: #ECECEC;
margin: 0.5em 1em;
padding: 0.3em;
font-style: italic;
font-size   : 11px;
}

