body {
	font-family:  Verdana, Lucida, Arial, Helvetica, sans-serif;
}

a {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

a img {
	border: none;
	padding: 0;
	margin: 0;
	display:block;
}

a:link {text-decoration: none}
a:visited {text-decoration: none}
a:active {text-decoration: underline}
a:hover {text-decoration: underline}

h1 {

		font-size:    20px;
		color: #FFF;
		text-transform: uppercase;
}

p {
	font-size:    11px;
	color: #fff;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}
