a {
z-index:20;
}
A.nav:link {
color: black; 
text-decoration: none;
}

A.nav:visited {
color: black; 
text-decoration:none;
}

A.nav:active {
color: gray; 
text-decoration:none;
}

A.nav:hover {
color: #333333; 
text-decoration: none;
background-color:black;
color: white;
}

A:link {
color: black; 
text-decoration: underline
}

A:visited {
color: black; 
text-decoration: underline
}

A:active {
color: gray; 
text-decoration: underline
}

A:hover {
color: #333333; 
text-decoration: none;
background-color:black;
color: white;
}

A.staff:hover {
color: #333333; 
text-decoration: underline;
background-color:#ADD8E6;

}

unknown {
font-size: 8px; 
font-style: normal; 
font-family: Arial, Helvetica, sans-serif
}

body {
background-color:#000000;
margin: 0px 0px 0px 0px;
}

td.back {
background-color:#000000;
}

td.title {
background-color:#acacac;
}

td.linksbar {
background-color:#808080;
	border-top: thin solid black;
	height:20px;
}

td.sidepanel {
	background-color:#a02554;
	color: white;
	text-align:center;
}

td.footinfo {
	background-color:#6b6b6b;
	color: white;
	text-align:center;
	font-size:80%;
	height:60px;
}


td.content{
background-color:#FFFFFF;
vertical-align:top;
z-index:1;

}

h1{
  color:#a02554;
  text-align:center;
  font-size:28px;
  font-weight: bolder;
}

h3{
  color:#a02554;
  text-align:center;
  font-size:20px;
  font-weight: bolder;
}

td.menu{
	background-color: #E0E0E0;
	border: thin solid black;
}

td.menu:hover{
	background-color: #D0D0FF;
	color: white;
	border: thin solid black;
}

a.menu:link {
color: black; 
text-decoration: none;
}

a.menu:visited {
color: black; 
text-decoration: none;
}

a.menu:hover {
color: #black; 
text-decoration: none;
background-color:transparent;
}
