body
{
background-color: #111111; 
background-image: url("images/embossed_coa.jpg"); 
background-repeat: no-repeat; 
background-attachment: fixed; 
background-position: center;
color: gold
}

a         { text-decoration: none }
a:link    { color: #00DD00 }
a:active  { color: gold }
a:visited { color: #00DD00 }
a:hover   { color: #0000FF; text-decoration: underline; background: #CCCCCC }

.table-title    { border-style: solid; border-color: #AA0000 }
.table-desc     { border-style: solid; border-color: #00AA00 #333333 }
.table-nav      { border-style: solid; border-color: #AA0000; width: 350px }
.table-object1  { border-style: solid; border-color: #CCCCCC }
.table-object2  { border-style: solid; border-color: #AA0000 }
.table-object3  { border: none }
.table-cw       { border-style: solid; border-color: #AA0000 }

.td-title  { font-size: 160%; text-align: center }
.td-desc1  { background-color: #333333; font-size: 130%; text-align: center }
.td-desc2  { background-color: #003300; font-size: 100%; text-align: left }
.td-nav1   { text-align: center; font-size: 115% }
.td-nav2   { text-align: left; text-indent: 35px;  font-size: 100% }
.td-object1  { background-color: #000000; text-color: #CCCCCC } 
.td-object2  { background-color: #333333 }
.td-object3  {  }
.td-cw       { font-size: 85%; text-align: center }

.td-title, .table-nav, .td-cw
{
	background-image: url(images/cssbgthemes/red_velvet.jpg)
}

.table-title, .table-desc, .table-cw
{ width: 450px }

.table-nav, .td-object2, .td-cw
{ text-align: center }

.table-title, .table-nav, .table-cw, .table-desc, .table-object2
{ border-width: 6px }

#middle { text-align: center }
#bold { font-style: bold }
#divider { border-style: double; border-color: #333333; background-color: #000000 }
#logobrd { border-style: solid }
