/* Reset Browser Style */

body {
	margin: 0;
	font-family: Verdana;
	font-size: 11px;
	color: #454545;
	background-color: #121625;
}

* :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:link, a:visited, a:active {
	text-decoration: none;
	color: #f35000;
	font-size: 11px;
}

a:hover {
	text-decoration: underline;
	color: #ffa800;
	font-size: 11px;
}

.clearfix {
	clear: both;
	line-height: 1px;
}

