/* Reset Browser Style */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	background: #fbfbfb;
	margin: 0;
	margin: 0;
}

* :focus {
	outline: 0;
}

p, b, span, h1, h2, h3, h4, h5, h6, b, ol, ul, li, div, a, a:hover, img, input, textarea {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

a, a:hover {
	color: #2a95c6;
}

a:hover {
	text-decoration: underline;
}

.clearfix {
	clear: both;
	line-height: 1px;
}
