a:link {
color : white;
background-color : transparent;
text-decoration : none;
font-family : verdana;
font-weight : bold;
padding-left: 2px;

border : 0px solid black; }

a:active {
color : white;
text-decoration : none;

font-weight: bold;
padding-left: 2px;
border : 0px solid black;
background-color : lightsteelblue; }

a:visited {
color : white;
text-decoration : none;

font-weight: bold;
padding-left: 2px;
border : 0px solid black;
background-color : transparent; }

a:hover {
color : #003366;
background-color : lightsteelblue;
text-decoration : none;
 
font-weight: bold;
padding-left: 2px;
border : 0px solid black;
}




body {
color: white;
font-size: 10pt;
font-family: verdana;
font-weight: bold;
padding-left: 2px;
border : 0px solid black;
}

td {
color: #003366;
font-size: 10pt;
font-family: verdana;
font-weight: bold;
padding-left: 2px;
border : 0px solid black;
}


a: banner {
color : #003366;
background-color : lightsteelblue;
text-decoration : none;
width : 100px;
font-weight: bold;
padding-left: 2px;
border : 0px solid black;
}
