a:link {
    color: white;
    text-decoration: none;
}
a:active{
color: white;
}
a:hover{
color: white;
text-decoration: underline;
}
a:visited{
	color: white;
text-decoration: none;

}

.menu a:link {
    color: white;
    text-decoration: none;
}
.menu a:active{
color: white;
}
.menu a:hover{
color: white;
text-decoration: underline;
}
.menu a:visited{
	color: white;
}

td{
font-family:Sans-Serif;
}
h3{
	color: #922135;
}
.bodytext{
color: #922135;

}
#link td a
{
display: block;
color: #000;
background-color: #f5d300;
width: 120px;
padding: 3px 0px 3px 8px;
//padding: 3px 12px 3px 8px;
text-decoration: none;
border-top: 1px solid #f5d300;
border-left: 0px solid #000;
border-right: 0px solid #000;
border-bottom: 1px solid #000;
}

#link a:hover
{
padding: 3px 0px 3px 8px;
//padding: 3px 14px 3px 8px;
text-decoration: underline;
width: 118px;
background-color: #DF0029;
color: #FFF;
border-top: 1px solid #000;
border-left: 1px solid #000;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
}