/*======================
	HEADERS
========================*/
h1
{
	color:#0499d7;
	margin: 0 0 15px 0;
	font-size:30px;
	font-weight:400;
	border-bottom:solid 1px #0499d7;
}
h2
{
	font-size:20px; 
	color:#0499d7;
	margin: 5px 0 5px 0;
	font-weight:400; 
	padding:0; 
}
h3
{
	font-weight:700;
}
h4
{

}
h5
{

}
h6
{

}
/*======================
	LINKS
========================*/
a
{
	color:#d7842b; 
	font-size:inherit; 
}
a:visited
{
	color:#d7332b;	
}
/*======================
	PARAGRAPH
========================*/
p
{
	margin-bottom:10px;
}
/*======================
	STRONG/BOLD , EM/I
========================*/
strong,b
{
	font-weight:700;	
}
em, i
{
	font-style:italic;	
}
.small
{
	font-size:12px;	
}
/*======================
	LISTS
========================*/
ol, ul
{
	margin:0 0 0 30px;	
}
li
{
	line-height:1.5;	
}