BODY			{
					background-image: URL(http://www.fleet295.com/images/sharkclass_bg.jpg);
					font-family: Verdana; 
					font-size: 8pt; 
					text-decoration: none; 
					color: #304B58;
				}
				
a:link			{
					text-decoration: none; 
					color: blue
				}

a:visited		{
					text-decoration: none; 
					color: blue
				}
				
a:hover			{
					text-decoration: underline; 
					color: blue
				}
				
a:active		{
					text-decoration: underline;
					color: yellow
				}
				
td				{ font-size: 8pt }

tr				{ font-size: 8pt }

h1				{
					font-size: 12pt;
					font-weight: bold
				}

h2				{
					font-size: 10pt;
					font-weight: bold
				}
