@charset "UTF-8";
/* CSS Document */

.button{
background-image: url("button.gif");
color:#000000;
font-size: 15px;
font-family:  Arial, Tahoma, Verdana;
}

A:link.leftnav { color: #000000;
font-family:  Arial, Tahoma, Verdana;
font-size:15px;
font-weight: bold;
text-decoration:none;
}
A:visited.leftnav { color: #000000;
font-family:  Arial, Tahoma, Verdana;
font-size:15px;
font-weight: bold;
text-decoration:none;
}
A:active.leftnav { color: #000000;
font-family:  Arial, Tahoma, Verdana;
font-size:15px;
font-weight: bold;
text-decoration:none;
}
A:hover.leftnav { color: #550703;
font-family: Arial, Tahoma, Verdana;
font-size:15px;
font-weight: bold;
text-decoration:none;
}

