a
{
text-decoration: none;
}
a:link {color: #ffff33}     /* unvisited link */
a:visited {color: #ffff66}  /* visited link */
a:hover {color: #ffffff}   /* mouse over link */
a:active {color: #cccccc}   /* selected link */
{
color: greenyellow;
font-size: xx-small;
}
a:hover {  color: lightblue}
a:active {  color: yellow}
ul
{
list-style-type: none;
margin-left: 2px;
margin-top: 2px;
padding: 2px;
}
li
{
text-align: center;
font-family: "Trebuchet MS", Verdana, Arial;
font-weight:bold;
font-size: x-small;
color:white;
}
li.heading {font-size: x-small}
h5{font-family: "Trebuchet MS", Arial, sans-serif; color: #FFFFCC; text-align: center;}
H4{font-family: "Trebuchet MS", Arial, sans-serif; color: #FFFFCC; text-align: center; LINE-HEIGHT: 90%;}