/* CSS Document */

body {
background-color:#71a9fe;
font-family:"Times New Roman", Times, serif;
color:#000000;
}

a:link, a:visited{
	color: #000066;
	text-decoration: none;
	font-weight:bold;
}

a:hover{
	text-decoration: underline;
	color:#30834b;
}


.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	height: 200px;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 5px 0px 0px;
}

hr{
	color:#000066;
}
