table
{
 background-repeat : no-repeat
}

a
{
 text-decoration : none;
 color: lime;
 font-family: Arial, sans-serif ;
 font-size : 10pt; 
}

a:hover
{
 text-decoration : underline;
 color: lime;
 font-family: Arial, sans-serif ;
 font-size : 10pt; 
}

a.button
{
 background: url("../img/button_base.html");
 background-repeat : no-repeat;
 text-decoration : none;
 color: lime;
 font-family: Arial, sans-serif ;
 font-size : 16pt; 
}

a.button:hover
{
 background: url("../img/button_base_pressed.html");
 background-repeat : no-repeat;
 text-decoration : none;
 color: "#9eff7c";
 font-family: Arial, sans-serif ;
 font-size : 16pt; 
}

a.button_small
{
 background: url("../img/button_base_small.html");
 background-repeat : no-repeat;
 text-decoration : none;
 color: lime;
 font-family: Arial, sans-serif ;
 font-size : 8pt; 
}

a.button_small:hover
{
 background: url("../img/button_base_pressed_small.html");
 background-repeat : no-repeat;
 text-decoration : none;
 color: green;
 font-family: Arial, sans-serif ;
 font-size : 8pt; 
}

a.button_medium
{
 background: url("../img/button_base_medium.html");
 background-repeat : no-repeat;
 text-decoration : none;
 color: lime;
 font-family: Arial, sans-serif ;
 font-size : 11pt; 
}

a.button_medium:hover
{
 background: url("../img/button_base_pressed_medium.html");
 background-repeat : no-repeat;
 text-decoration : none;
 color: green;
 font-family: Arial, sans-serif ;
 font-size : 11pt; 
}
