body {
	background-color: white;
}
#keywords {
	visibility: hidden;
}
.main {
	background-color: white;
	margin: 20px;
	padding: 20px;
	border: 1px solid black;
	width: 800px;
}
p	{
	text-align: center;
	font: 20px sans-serif;
}
h1 {
	color: #00a;
	font: bold 35px serif;
	text-align: center;
}
h2 {
	font: bold 25px sans-serif;
	text-align: center;
}
h3 {
 	text-align: center;
	font: bold 20px sans-serif;
}
ul {
	font: 20px sans-serif;
}
 a {
}
a:hover {
	background-color: blue;
	color: white;
	text-decoration: none;
}
.call {
	margin: auto;
	font: 16px sans-serif;
}
#content {
	width: 75%;
	vertical-align: top;
}
#nav {
	width: 25%;
	vertical-align: top;
}
#nav p	{
	margin: 5px; 
	padding: 5px; 
	width: 150px;
	border: 1px solid blue;
	font: 12px sans-serif; 
}
#nav p a	{
	color: blue;
	background-color: white;
	text-decoration: none;
}
#nav p a:hover	{
	background-color: blue;
	color: white;
}
#nav ul, #nav ul li {
	margin: 0;
	padding: 1px 4px 1px 0;
	font: 18px tahoma, verdana, sans-serif;
	color: blue;
	text-align: left;
	list-style-type: none;
	line-height: 150%;
}
#nav p a, #nav ul li a {
	padding: 1px 20px 1px 0;
	color: blue;
	background-color: white;
	text-decoration: none;
}
#nav p a:hover, #nav ul li a:hover {
	background-color: blue;
	color: white;
	font-size: 125%;
}

.pic, .pic img, .pic a, .pic a:hover {
	margin: 0;
	padding: 0;
	border: 0;
	color: white;
	background-color: white;
}


