body {background-color: "#000066"}
.txt {color: "#ffffff";  font-family: arial;}
.hed {color: "#ffffff"; text-align: center; font-size: 26pt; font-weight: bold; font-family: arial;}
.maintd {text-align:center; height:"130px"; background-color:aqua; font-family: arial;}

.mainlnk
{
color: Blue;
text-decoration: underline; 
font-family: arial;
font-size: 12pt;
font-weight: bold; 
 }
 .mainlnk:hover
 {
color: Red;
text-decoration: none; 
font-family: arial;
font-weight: bold; 
 }

 .lnk
 {
 font-size:10pt; font-weight: bold; font-style: None; font-variant: small-caps; 
	text-decoration: none; color: Aqua;
 }
 .lnk:hover
 {
 text-decoration: none; color: Red;
 }
 .lnk2
 {
 font-size:12pt; font-weight: bold; font-family: arial; font-style: none; font-variant: none; 
	text-decoration: underline; color: White;
 }
 .lnk2:hover
 {
 text-decoration: none; color: Red;
 }
  