/* CSS Document */

.footerlinks{
font-family:calibri;
font-size:16px;
font-weight:300;
text-decoration:none;
color:#fffdfd;
}



.footerlinks:hover{
font-family:calibri;
font-size:16px;
font-weight:500;
text-decoration:none;
color:#000000;
}


.more{
font-family:calibri;
font-size:15px;
font-weight:500;
text-decoration:none;
color:#333333;
}



.more:hover{
font-family:calibri;
font-size:15px;
font-weight:500;
text-decoration:none;
color:#CC0000;
}

