BODY {
   background-color: #fef2dc;
   background-image: url("../images/back-2.5.jpg");
   background-repeat: repeat-y;
   color: #660099;
   font-family: cursive;
   font-size: 14pt;
   font-weight: bold;
   margin: 2% 5% 10% 5%;
}
A:link {
   color: Green;
   text-decoration: none;
}
A:visited {
   color: Blue;
   text-decoration: none;
}
A:active {
   color: #800000;
   text-decoration: none;
}
a:hover {
   color: Red;
   text-decoration: none;
   font-size: 1.05em;
}
h1 {
   text-align: center;
   font-size: 2em;
   line-height: 30px;
}
h2 {
   text-align: center;
   font-size: 1.5em;
   line-height: 20px;
}
ul {
   font-weight: bold;
   list-style-type: none;
   margin-left: 5%;
}
span {
   font-size: 0.75em;
}
td.lft {
   text-align: left;
}
td.cntr {
   font-size: 0.6em;
   font-weight: bold;
   text-align: center;
}
td.rght {
   text-align: right;
}
