table.main 

{ 
        background: #FFF8D9;
        border: 1px solid #84082E; 
        color: #84082E;
        font-family: Georgia, 'Times New Roman', serif;
	font-weight: normal;
	font-size: medium;
	line-height: 150%;
}

h1.main-heading
{
       	margin: 1px 0 10px 0;
	border-bottom: 1px solid #84082E;
	
	color: #84082E;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: medium;
	text-align: left;
	text-align: left;

        text-transform: uppercase;
}

table.banner
{
	border: 4px solid #84082E;
        background: #FFFDF1;
	text-align: left;
	font-family: Georgia, 'Times New Roman', serif;
}

h1.banner-header
{
	margin: 0.25em 0;
	font-size: x-large;
	font-weight: bold;
		
}

h2.banner-description
{
	margin: 0.25em 0;
	font-size: large;
	font-weight: bold;
	font-style: italic;
}

a
{
	text-decoration: underline;
	
}

a:link { color: #84082E; }
a:visited { color: #660099; }
a:active { color: #FF0000; }
a:hover { color: #FF0000; }

ul.starbullet { list-style-image: url(../images/st-bullet.gif)}