

/* =============================================================================
   Links
   ========================================================================== */

a {
		outline:none;
		text-decoration:none;
		text-align:center;
}


/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */

a:hover,
a:active {
    outline: 0;
		text-decoration:none;
		color:#143b36;
}


/* =============================================================================
   Typography
   ========================================================================== */

/*
 * Heading (h1, h2, h3, h4, h5, h6)
 */
h3{
  font-weight:700;
  padding:0;
}


h3 {
	letter-spacing: 0px;
	font-family: 'Droid Sans', sans-serif;
	
	font-weight:bold;
	text-align:left;
}

	h3 a {
		text-decoration: none !important;
		color: #235e9e !important;
		padding: 0 0 250px 10px;
	}
	
		h3 a:hover {
			color: #00b2d7 !important;
		}



