BODY {
	color : Black;
	margin : 1% 5% 1% 5%;
  background-color: #ffeeea;
	background-image: url("flyer.jpg");
  background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
  font-family: times new roman;
	font-color: black;
	line-height: 3 em;
	font-family: times New Roman, times, serif;
}


.NavBar {
	font-family :times new roman, times, serif;
	font-weight: bold;
	font-size : smaller;
	color : Black;
	line-height: 3em;
}

.NavBar a:link {
	text-decoration: none;
	color: Black;
}

.NavBar a:visited {
	text-decoration: none;
	color: Silver;
}

.NavBar a:hover {
	width: auto;
	color: Black;
	text-decoration: none;
}

.NavBar a:active {
	width: auto;
	color: Black;
	text-decoration : underline;
}

.GroupName {
	font-family: "times new roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 3em;
}

.GroupName a:link {
	text-decoration: none;
	color: Black;
}

.GroupName a:visited {
	text-decoration: none;
	color: Black;
}

.GroupName a:hover {
	text-decoration: underline;
	color: Blue;
}

.GroupName a:active {
	color: Black;
	text-decoration : none;
}
a:link    {color:black}
a:visited {color:black}
a:active  {color:brown}
a:hover   {color:brown}


