﻿#footermenu
{
   text-align: center;
   padding: 10px;
}
.footermenulink
{
   font-size:75%;
   font-weight: normal;
   text-transform: uppercase;        
}
.footermenulink a
{
   text-decoration: none;
   color: #306487; 
}
.footermenulink a:hover
{   
	font-weight: bold;
	font-size:110%;
    color:white;
    border-bottom:solid 1px #a8d7ec;
}