body {
	background-color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h2 {
	font-size: 16px;
	color: #333333;
}
p {
	font-size: 12px;
	color: #FFFFFF;
}
.link {
	font-size: 10px;
	font-weight:500;
	color: #666666;
	text-decoration: none;
}
.title_grey{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	font-size: 14px;
}

.title_link {
	font-size: 16px;
	color: #CCFF00;
	text-decoration: none;
}
.title_white {
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
}
.text_white{
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.text_white_bold {
	font-size: 10px;
	color: #FFFFFF;
	font-weight:bold;
}
a:hover {
	color: #CCFF00;
	font-weight:600;
	text-decoration:none;
}
a:link {
	color: #CCFF00;
	text-decoration:none;
}
a:visited {
	color: #CCFF00;
	text-decoration:none;
}
