a:link {
color: lightblue;
}
a:visited {
color: #FF33FF;
}

.link_01 {
display: block;
background: darkblue;
color: white;
border: 1px solid white;
width: 89px;
font-size: 14px;
text-decoration: none;
}
.link_01:link {
color: white;
}
.link_01:visited {
color: white;
}
.link_01:hover {
color: white;
#background: url(grfx/link_background.gif) repeat;
background: #AA0000;
border: 1px solid white;
width: 89px;
font-size: 14px;
text-decoration: none;
}
