﻿.boat{
	position:absolute; 
	height:30px; 
	width:20px;
	z-index:10;
	display:block;
	visibility:hidden;	
}

.midlinks{
	 background-color:#7777DD;
	 text-align:center;
	 width:130px;
	 font-family:"Times New Roman", Times, serif;
	 border: 3px #559 solid;
	 font-weight:bold;
	 height: 23px;
	 vertical-align:middle;
	 padding-bottom:5px;
	 margin-left: auto; 
	 margin-right: auto;	
}

.divspace{
	height:6px;
}

h1{
	margin-top:20px;
	font-family:"Times New Roman", Times, serif;
	font-size:50px;
	font-weight:lighter;
	padding-bottom:0px;
	margin-bottom:-10px;
}

h2{
	font-family:"Times New Roman", Times, serif;
	font-size:26px;
	font-weight:lighter;
	padding:0px;
	margin:0px;
}

h3{
	margin-top:20px;
	font-family:"Times New Roman", Times, serif;
	font-size:30px;
	font-weight:lighter;
	padding-bottom:0px;
	margin-bottom:-10px;
}

#stopallready{
	font-size:24px; 
	font-family:Arial, Helvetica, sans-serif; 
	height:15px; 
	width:150px; 
	border:3px #E70 outset;
	position:absolute;
	top: 56px;
	left: 18px;
	cursor:pointer;
	padding-top:3px;
}

.mouseOff{
	background-color:#C99;	
	font-size:12px;
}

.mouseOn{
	background-color:#99C;
	font-size:12px;
}

p{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	
}

body{
	 margin:10px 0px; padding:0px; 
	 text-align:center; 
	 background-color: #00ffff;
}

a.specialLink:link,a.specialLink:visited{ 
	color:#000;
	cursor:pointer;
	text-decoration:none;
}

a.specialLink:hover{
	color:#000;
	cursor:pointer;
	text-decoration:none;
}

a:link{
	color:#AAFFAA;
	text-decoration:underline;
	cursor:pointer;
}
a:visited{
	color:#AAFFAA;
	text-decoration:underline;
}

a:hover{
	color:#FFFF00;
	text-decoration:underline;	
}

.tablestyle{
	width:1000px;
	margin-left: auto; 
	margin-right: auto;	
}

hr{  
	height:4px;
	width:1010px;
	background-color:#F93;
	border:2px #830 solid;
}

