body {
	font-family: Georgia, "Times New Roman", Times, serif;
}

a:link, a:visited, a:active {
	color: #FFCC33;
	text-decoration: none;
}
a:hover {
	color: #FFCC33;
	text-decoration: underline;
}
.text {
	font-size: 11px;
}
.textOrange {
	color: #ffcc33;
	font-size: 11px;

}
.textOrange a:link, .textOrange a:visited, .textOrange a:active {
	color: #ffffff;
	text-decoration: none;
}
.textOrange a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.textYellow {
	color: #ffffa0;
	font-size: 11px;
}
.textYellow a:link, .textYellow a:visited, .textYellow a:active {
	color: #ffffff;
	text-decoration: none;
}
.textYellow a:hover {
	color: #ffffff;
	text-decoration: underline;
}.titleOrange {

	color: #ffcc33;
	font-size: 22px;
}
.copyrights {
	font-size: 12px;
}
