body {
	background-image: url();
	background-repeat: repeat;
	background-color: #F2F2F2;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #373737;
}
.Navi {
	font-family: "Times New Roman", Times, serif;
	font-weight: bolder;
	text-transform: capitalize;
	color: #000000;
	font-size: 18px;
	text-decoration: none;
	}
	
a:visited {
	color: #000000;
	text-decoration: none;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

a.text:hover {
	color: #0033FF;
	text-decoration: underline;
}
a.text {
	color: #0033FF;
	text-decoration: none;
}

