/* CSS Document */

.Footer
{
font-size:0.9em;
background-color: #203F8B;
text-align:center;
color:White; 
}

.Footer A:link
{
color:White;
text-decoration:none;
font-weight:bold;
}
.Footer A:visited
{
text-decoration:none;
font-weight:bold;
}
.Footer A:hover
{
text-decoration:underline;
font-weight:bold;
}

