* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
}
body {
	font-size: 75%;
	color: #333;
	background-color: #333;
}
a {
	text-decoration: none;
	color: #900;
}
a img {
	border-style: none;
}

a:hover {
	color: #F00;
	text-decoration: underline;
}
.clear {
	font-size: 0px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
