/*This is the main stylesheet for the Through Mighty Seas website*/
/*Developed by Tim Latham*/
/*Testing on Lancaster/ A-Test page*/

body, p, table, ol, ul, td, h1, h2, h3

{ font-family : Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
color:Black;
font-size:100%;

}

body
{ 

background-color:	#F5F5F5;
}

h2 {font-size:2.0em;}

h2 {font-size:1.875em;}

h3 {font-size:1.5em;}
h4 {font-size:1.1em;}
h5 {font-size:1.0em;}


p, table, body, ol, ul
{

font-size:0.9em;
}

/*These are properties of links*/

a:link {color:#0000FF; text-decoration:none}
a:visited {color: #800080 ; text-decoration:none}  
a:hover {color:	#191970; text-decoration:underline}  
a:active {color:LightSeaGreen; text-decoration:none} 




/*This is the style for newspaper reports*/

#news 	{background-image: url(newsback1.gif); 
	background-repeat: repeat; }
#news   { font-family: times, serif; color:Black; font-size:100%;}
#news   { text-align: justify;}
#news   { margin-left: 100; margin-right: 100;}
#news   { padding: 0.4em 2% 0.8em 2%;}


/*This is the style for text quotation (not news)*/

#quot   { margin-left: 100; margin-right: 100;}
#quot  { padding: 0.4em 2% 0.8em 2%;}



/*This is the style for the Horizontal Navigation Bar at the bottom of pages*/

#nav {
	width: 100%;
	float: left;
	margin: 0 0 3em 0;
	padding: 0;
	list-style: none;
	background-color: #B0C4DE;
        border-top: 1px solid #0000FF;
	border-bottom: 1px solid #0000FF; 
	 }
#nav li {
	float: left; }
#nav li a {
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	font-weight: normal;
	color: #0000FF;
	border-right: 1px solid #0000FF }
#nav li a:hover {
	color: 	#191970;
	background-color: 	#F5F5F5; }
	
/*This is the end of the style for the Horizontal Navigation Bar at the bottom of pages*/

/*This is a class*/
/*Put "class =shipname" in HTML (any element), will turn text to italic*/

.shipname
{font-style:italic;}











































