p {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
}
em {
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}
h1 {
	font-size: 10px;
	color: #999999;
	font-family: Arial, sans-serif;
	font-weight: normal;
}
h2 {
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #666666;
}
h3 {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CCCCCC;
}
h4 {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #99CC01;
}
p, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
a:link, a:visited {
	text-decoration: none;
	color: #99CC01;
}
a:hover, a:active {
	text-decoration: none;
	color: #ffffff;
	background-color: #99CC01;
}
.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;
}
