body {
	background-image: url(images/backgrd.jpg);
	font-family: Geneva, Verdana, san-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
	color: #003366;
	margin-top: 0px;
	margin-bottom: 0px;
} 
#container{
	margin: 0 auto;
	text-align: left;
	width: 775px;
	
}
#content{
background-image: url(images/nautical-pattern.jpg);
background-repeat: repeat-y;
background-color: #FFFFFF;
}

h1 {
	font-family: Times Roman, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #003366;
	font-variant: small-caps;
}

h2 {
font-family: Geneva, Verdana, san-serif; 
font-size: 10px; 
font-style: italic; 
font-weight: normal; 
color: #006633
}

a:link {  
font-family: Geneva, Verdana, san-serif; 
font-size: 10px; 
font-style: normal; 
font-weight: normal; 
color: #003366; 
text-decoration: underline
}

a:hover {  
font-family: Geneva, Verdana, san-serif; 
font-size: 10px; 
font-style: normal; 
font-weight: normal; 
color: #000033; 
text-decoration: none
}

a:active {  
font-family: Geneva, Verdana, san-serif; 
font-size: 10px; 
font-style: normal; 
font-weight: normal; 
color: #FF0000; 
text-decoration: underline
}

a:visited {  
font-family: Geneva, Verdana, san-serif; 
font-size: 10px; 
font-style: normal; 
font-weight: normal; 
color: #0066CC
}



#typein { }

#typein input
        {
        color: #003366;
		font-family: Geneva, Verdana, san-serif;
        font-size: 10px;
        background-color: #F7EDAE;
        padding: 3px;
        border: double 3px #003366
		}

#footer {
	background:#FBE173;
	clear:both;
	font-family: Geneva, Verdana, san-serif;
	font-size: 10px;
	color: #003366;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	height: 15px;
    }
