body {
	color:black;
	width: 848px;
	font-size: 12px;
	background-color: #27759f;
	margin-top: 25px;
	margin-left: 125px;
	margin-right: 125px;
	margin-bottom: 25px;
}

.leftcolumn {
	float: left;
	color: black;
	font-size: 14px;
	text-align: center;
	background-color: white;
	width: 200px;
	height: 650px;
	border-color: teal;
	border-right-style: solid;
	border-width: 1px; 
}	

.centercolumn {
	float: left;
	color: black;
	background-color: white;
	width: 645px;
	height: 650px;
	
}

.rightcolumn {
	float: left;
	color: white;
	background-color: white;
	width: 180px;
	height: 650px;
	border-style: solid;	
	border-color: blue;
}	

h1 {
	color: blue;
	font-size: 14px;
	text-align: center;
}

h2 {
	color: gold;
	font-size: 14px;
	text-align: center;
   width: 100%;
   height: 25px;
   background-color: blue;
}	

h3 {
	color: red;
	font-size: 14px;
	text-align: center;
}

h4 {
	color: teal;
	font-size: 18px;
	text-align: center;
}


.footer {
	float: left;
	background-color: white;;
	width: 848px;
	height: 60px;
	font-size: 10px;
	text-align: center;
	color: teal;
	border-color: teal;
	border-top-style: solid;
	border-width: 1px; 
	
	
}

 a:link {
 	text-decoration:none;
	color:black; 
 } 
 a:visited {
 	text-decoration:none;
 	color:black;
 	}
 	
a:hover {
	text-decoration:none;
	color:black;
	} 
a:active {
	text-decoration:none;
	color:black;
	}
	
p.construction {
	color: red;
	font-size: 18px;
	text-align: center;
}

p.right {
	color: black;
	color: blue;
	font-size: 14px;
	text-align: center;
}

p.justify {
	color: black;
	font-size: 12px;
	text-align: left;
	margin-left: 5px;
	margin-right: 5px;
}

#rates
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
width:80%;
border-collapse:collapse;
margin-left: 25px;
}
#rates td, #rates th 
{
font-size:1.2em;
border:1px solid #98bf21;
padding:3px 7px 2px 7px;
}
#rates th 
{
font-size:1.4em;
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color:teal;
color:#fff;
}
#rates tr.alt td 
{
color:#000;
background-color:#EAF2D3;
}

p.list {
	font-size: 14px;
	text-align: center;
}