body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: black; 
	margin-top: 0px;
	color: white;
}

a:link {
	color: white;
	text-decoration: underline;
}
a:active {
	color: white;
	text-decoration: underline;}
a:visited {
	color: white;
	text-decoration: underline;}
a:hover {
	color: #0FF;
	text-decoration: underline;}

a.image:link 
{
    color:black;
}
a.image:visited 
{
    color:black;
}
a.image:hover 
{
    color:black;
}


a.heading:link {
  text-decoration: none;
	color: #8B0000;
}
a.heading:visited {
  text-decoration: none;
	color: #8B0000;
}
a.heading:hover {
  text-decoration: none;
	color: red;
}


a.topmenu:link {
  text-decoration: none;
	--font-weight: bold;
	color: white;
}
a.topmenu:active {
  text-decoration: none;
	color: #0FF;
	color: white;
}
a.topmenu:active {
  text-decoration: underline;
  color: #E0FFFF;
}
a.topmenu:visited {
  text-decoration: none;
	color: white;
}
a.topmenu:hover {
  text-decoration: underline;
  color: #E0FFFF;
	font-weight: bold;
}


a.external:link {
  text-decoration: underline;
	color: white;
}
a.external:hover {
  text-decoration: underline;
	color: white;
}
a.external:visited {
  text-decoration: underline;
	color: white;
}

a.top:link {
  text-decoration: none;
	color: white;
}
a.top:visited {
  text-decoration: none;
	color: white;
}
a.top:hover {
  text-decoration: underline;
	color: #E0FFFF;
}


p.title {
color: #8B0000;
}

.ImageLink 
{
    margin:5px;
}
    
.pageTitle
{ text-align:center;
}
