.CommonDefinitons {
	text-decoration: none;
}
body {
  margin-left: 10%; 
  margin-right: 10%;
  font-family:Maiandra GD; 
  text-align:center; 
}
a {
	color: #FFFFFF;
	text-decoration: none;
	active:color: #FFCC00; /* when link is clicked */
	a:hover:color: #FFCC00; /* when mouse is over link */
}
.CurrentAnchor {
	color:#FFFF00;
	font-color:#FFFF00;
}
a:active { color: #FFCC00} /* when link is clicked */
a:hover { color: #FFCC00;} /* when mouse is over link */
.Text {
	font-family: "Maiandra GD";
}