/*** links ***/

html, body {
	font-family: 'Volkhov', serif;
	font-size: 14px;
	line-height: 16px;
	}

H1, H2, H3, H4, H5, H6, nav li {
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
	}

H1 {font-size: 28px;
	line-height: 32px;}
H2 {font-size: 24px;
	line-height: 28px;}
H3 {font-size: 18px;
	line-height:22px;}
H4 {font-size: 16px;
	line-height:18px;}
H5 {font-size: 14px;
	line-height:16px;}
H6 {font-size: 12px;
	line-height:14px;}

/*** links ***/
a:link, a:visited {
	text-decoration: none;
	color: #5272BE;
	}

header ul a:link, header ul a:visited{
	color: #333;
	text-shadow: 0 1px 0 rgba(255,255,255,.4);
	}
	
header ul a:hover, header ul a:active{
	color: #fff;
	text-shadow: none;
	}
	
header ul li {
	text-transform: uppercase;
	}

#breadcrumb {
	color: #6085DE;
	font-size: 12px;
	}

#feature h2 {
	color: #fff;
	text-align: center;
	}
	
footer{
	color: #676E7F;
	}

footer li {
	font-size: 12px!important;
	width: 60px!important;
	}