#Navigation a:link{
	color: #000000;
	text-decoration: none;
}
#Navigation a:visited {
	text-decoration: none;
	color: #000000;
}
#Navigation a:hover {
	text-decoration: none;
	color: #000000;
}

#Navigation a:active {
	text-decoration: none;
	color: #000000;
}
.Tag{
	color: #FFFF00;
	font-weight: bold;
}
.PageTitle{
	font-size: 24px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
body{
background-color: #73868C;
}