﻿body
{
	font-size:16px;
	font-family:Verdana,Arial;		
	background-color:#dedede;
}
a
{
	color: Blue;	
	text-decoration:none;	
}
a:hover
{
	text-decoration:underline;
}
.container
{
	background-color:White;
	width:760px;	
	border:solid 3px gray;
	border-style:double;
	padding:20px;	
	margin:0 auto;	
}
h2
{
	clear:both;
	margin-top:0px;
	font-size:30px;
	color:Red;
}
h4
{
	color:gray;	
	font-size:18px;				
	margin:18px 0px 0px 0px;
}
h3
{
	color:blue;	
}
p
{	
	margin:0px;
}
table.features
{	
	background-color:#fffeb1;
	border:solid 1px black;
}
table.features tr td
{
	border:solid 1px gray;
	padding:10px;
	width:120px;
	text-align:center;
}
table.features tr td.horcaption
{
	font-weight:bold;
}
table.features tr td.vercaption
{
	font-weight:bold;
	text-align:left;
	width:400px;
}
#footer
{
	font-size:11px;
	color: Gray;
}
div.contact hr
{
	width:650px;
}
div.contact
{
	margin:0 auto;
	font-size:14px;
	color:Gray;
}
