.text {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
color: black;
}

a.menu {
font-family: "Times New Roman", Times, serif;
font-size: 20px;
color: #999999;
text-decoration: none;
}

a.menu:hover {
color: red;
}

.menuactive {
font-family: "Times New Roman", Times, serif;
font-size: 20px;
color: red;
}

a.link {
font-family: "Times New Roman", Times, serif;
font-size: 14px;
color: #333333;
text-decoration: none;
}

a.link:hover {
color: red;
}

.footer {
font-family: "Times New Roman", Times, serif;
font-size: 14px;
color: #333333;
line-height: 20px;
}

input, textarea {
font-family: "Times New Roman", Times, serif;
font-size: 12px;
color: #333333;
}