.ListOfLinks {
text-align: center;
font-size: 14px;
font-weight : bold;
font-family: "Comic Sans MS", "Times New Roman", Verdana, Arial, Tahoma;}
A:link.ListOfLinks 	{color: blue; text-decoration: none}
A:visited.ListOfLinks 	{color: blue; text-decoration: none}
A:hover.ListOfLinks 	{color: white; background-color: blue; text-decoration: none}


.ListOfLinksON {
text-align: center;
font-size: 14px;
font-weight : bold;
font-family: "Comic Sans MS", "Times New Roman", Verdana, Arial, Tahoma;}
A:link.ListOfLinksON 	{color: white; background-color: blue; text-decoration: none}
A:link.ListOfLinksON 	{color: white; text-decoration: none}
A:visited.ListOfLinksON 	{color: white; text-decoration: none}

td.navbar	{
	text-align : center;
	background-color: white;
	width:100px;
	height:30px;
}

td.navbarON	{
	text-align : center;
	background-color: blue;
	width:100px;
	height:30px;
}


hr {
  border: 0;
  width: 80%;
color: blue;
background-color: blue;
height: 4px;
align:center;
}