﻿/* CSS Document */
h1, h2, h3 {
	font-family: arial,verdana,sans-serif;
	color:#f9a51c;
}
h1 {
	font-size: 18px;
	font-weight:lighter;
}
h2 {font-size: 12px}
h3 {font-size: 11px}
hr {margin-top:10px;}
p, #content ul{
	color:#666;
	line-height:15px;
}
#content li{
	position:relative;
	list-style-position:outside;
	padding-bottom:5px;
	left:-25px;
	text-align: left;
	font-family: Arial;
}
a { 
	color:#f9a51c;
	text-decoration:none;
	font-weight:bold;
}
a:hover{ 
	text-decoration:underline;
}

.feature { 
	font-size:13px;
	font-weight:lighter;
	line-height:17px;
}