p, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
p {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #333333;
}
a:link, a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover, a:active {
	text-decoration: none;
	color: #ffffff;
	background-color: #000000;
}
.boxout a:link, .boxout a:visited {
	text-decoration: none;
	color: #000000;
}
.boxout a:hover, .boxout a:active {
	text-decoration: none;
	color: #ffffff;
	background-color: #000000;
}

