body { 
background-color: #8B0000;
background-image: url('brt_curtain.jpg');
/*Dark red backdrop, red velvet theater curtains (fireproof)*/ 
font-family: "Century Gothic", Helvetica, Arial,sans-serif; 
font-size: 100%; 
color: #696969;
/*Dim Gray*/
/*letter-spacing: 2px;*/
}

a:link {color:SILVER;}
a:visited {color:#696969;}
a:hover {color:YELLOW;}
a:active {color:WHITE;}

.left {text-align:left;}
.right {text-align:right;}
.center {text-align:center;}
.smallcaps {font-variant: small-caps;}

h3 {
font-size:2em;
color:DARKBLUE;
}

h4 {
font-size:1.5em;
}

h5 {
font-size:1em;
}

h6 {
font-size:.75em;
}

hr {
border: 1px;
color: #2F4F4F /*Darkslate*/;
background-color: WHITE;
height: 5px;
width: 75%;
text-align: center;

}