.normal-white-navi-text-1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
.big-white-text-1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
}
.very-big-white-text-1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #FFFFFF;
	font-weight: bold;
}
.big-white-text-2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}
.small-white-text-1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
body {
	background-color: #464646;
}
a:link {
	color: #FFC000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFC000;
}
a:hover {
	text-decoration: none;
	color: #FFC000;
}
a:active {
	text-decoration: none;
	color: #FF0012;
}
.white-text-link:link {
	color: #FFFFFF;
	text-decoration: none;
}
.white-text-link:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.white-text-link:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.white-text-link:active {
	text-decoration: none;
	color: #FFC000;
}