/* CSS Document */

A {
color: #000000;
text-decoration: none;
font-family: Century Gothic, Arial, Tahoma, Helvetica, sans-serif;
font-size: 12px;
}
A:HOVER {
color: #ff3300;
text-decoration: underline;
font-family: Century Gothic, Arial, Tahoma, Helvetica, sans-serif;
font-size: 12px;
}