@charset "utf-8";
body {
font-family: "Trebuchet MS";
font-size: 15px;
color: #999999;
}
a:link {
font-family: "Trebuchet MS";
font-size: 15px;
color: #999999;
text-decoration: none;
}
a:visited {
font-family: "Trebuchet MS";
font-size: 15px;
color: #999999;
text-decoration: none;
}
a:hover {
font-family: "Trebuchet MS";
font-size: 15px;
color: #ff0000;
text-decoration: none;
}
a:active {
font-family: "Trebuchet MS";
font-size: 15px;
color: #b9b9b9;
text-decoration: none;
}