/* CSS Document */
.link a {
font-family: Corbel;
color: black;
text-decoration: none;
}
.link a:hover {
background-color: black;
color: white;
}
.copyright {
font-size: 12px;
}
.graybackground {
background-color:#999999;
}
.blacklink {
color: black;
}
.blacklink:hover {
color: black;
text-decoration: none;
}
.whitelink a {
color: white;
text-decoration:none;
}
.whitelink a:hover {
color: #999999;
text-decoration:none;
}

