@namespace url("http://www.w3.org/1999/xhtml");

object + a,
embed + a,
applet + a {
opacity: 0.4 !important;
border-color: black !important;
border:2px solid !Important;
border-bottom:0px !important;
background: white !important;
-moz-border-radius-topleft:8px !important;
-moz-border-radius-topright:8px !important;
color: black !important;
cursor: pointer !important;
font-size:8px !important;
text-transform:uppercase !important;
font-family: "Kroeger 05_55", "Small Fonts" !important;
}


object + a:hover,
embed + a:hover,
applet + a:hover {
opacity:.8 !important;}
