/* CSS Document */

.navigation{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #F7EEDF;
	text-decoration: none;
	background-color: #FF0000;
	display: block;
	width: 200px;
}
.navigation2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	color: #F7EEDF;
	text-decoration: none;
	background-color: #FF0000;
	display: block;
	width: 300px;
}
.link{
	font-family: "Default font";
	font-size: 17px;
	font-style: normal;
	color: #F7EEDF;
	text-decoration: none;
	background-color: #000000;
}
.underline{
	font-family: "Default font";
	font-size: 16px;
	font-style: normal;
	color: #0099FF;
	text-decoration: underline;
	background-color: #000000;
}
.textBlackBackGround{
	font-family: "Default font";
	font-size: 17px;
	font-style: normal;
	color: #F7EEDF;
	text-decoration: none;
	background-color: #000000;
}
.textRedBackGround{
	font-family: "Default font";
	font-size: 17px;
	font-style: normal;
	color: #F7EEDF;
	text-decoration: none;
	background-color: #FF0000;
