/* CSS Document */

Body { 
	background-image: url(starbord1.jpg);
	background-repeat: repeat-y;
	background-color: #1B1B1B;
	color:rgb(50,144,194);
	font-size: 12pt;}
H1 {
	margin-top: 2px;
	font-size: 26pt;
	font-family: "lucida handwriting", "Tahoma", "Arial", cursive;
	color:rgb(50,144,194);
	text-align: center;}
H2 {
	font-size: 20pt;
	font-family: "lucida handwriting", "Tahoma", "Arial", cursive;
	color:rgb(50,144,194);
	text-align: center;}

H3 {
	font-size: 14pt;
	font-family: "lucida handwriting", "Tahoma", "Arial", cursive;
	color:rgb(50,144,194);
	text-align: center;}	

P {
	font-family: "Tahoma", "Arial", non-serif;
	color:rgb(50,144,194);
	font-size: 12pt;
	text-indent: 5em;
	margin-right: 2px;}
	
.indent {
	margin-left: 120px;
}

.copyright {
	font-size: smaller;}

.charts {
	background-color:rgb(50,144,194) ;
	height: 50px;
	width: 120px;
	border-width: 4px;
	border: outset;
	border-color: #ffffff;
	color: #000000;
	font-weight: bold}
	
a { color: rgb(109,45,145); }
a:visited { color:rgb(50,144,194); }
a:active { color: rgb(109,45,145); }