a:link {
	color: rgb(255,51,51); 
}
a:visited {
	color: rgb(255,255,255); 
} 
a:active, a:hover {
	color: rgb(204,153,51);
}
body {
	font-family: Georgia, 'Times New Roman', Times, serif;
	background-color: rgb(102,204,102);
	color: rgb(0,0,0);
}
table {
	border-color: rgb(153,204,153);
}
h1, h2, h3 {
	font-family: 'Old English Text MT', 'Lucida Blackletter', GoudyMedieval, Georgia, 'Times New Roman', Times, fantasy;
	color: rgb(255,51,51);
}
h4, h5, h6 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: rgb(51,0,0);
}

.center {text-align:center;}
.red {color:red;}
p:first-letter { 
  font-family: GoudyMedieval, 'Caslon Old Face', 'Caslon Old Style', Caslon, University-Roman-Normal, Ace, Celtic, Collegette, 'Forum Flair', Opera, Orna, 'Stunt Roman', Georgia, 'Times New Roman', Times, fantasy;
  font-size: 210%;
  font-style: normal;
  font-weight: bold; 
  float: left;
  margin-right: 5px; 
}
ul { list-style-image: url('./images/red_ball.gif') }

#parentNavBar, #topBanner { display: none; visibility: hidden }

#banner {
	border: 4px double #F33; 
	background: #FFF url('./images/banner.gif') no-repeat; 
      margin:0 auto; 
	width:551px; 
	height:161px; 
}
#innerBanner {
      text-align:center;
}
