* {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
body {
	background-color: #d6d5da;
	font-size: 11px;
	line-height: 1.2;
	color: #000000;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #ffb300;
}
a:hover {
	color: #ffffff;
}
p {
	margin-bottom: 7px;
}