/* CSS Document */

body { font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: medium;
	background-color: #000066}

Table { background-color: #000066;
		font-size: smaller;
	}

.wheel {background-image: url(images/shipswheel.gif);
	background-position: center center;
	background-attachment: scroll;
	background-repeat: no-repeat }
	
.sidetable { font-size: 10px}

p { padding: 2px 8px 2px 8px}
	
a:link { color: #3333ff; text-decoration: underline; }
a:visited { color: #330099; text-decoration: underline}
a:hover { color: #330099; text-decoration: underline} 
a:active { color: #330099; text-decoration: underline} 