#switcher {
font-family: "Courier New", monospace;
background: black;
color: white;
z-index: 1000;
position: fixed;
top: 5px;
right: 5px;
margin: 0;
padding: 2px 5px !important;
font-size: 0.9em;
_position: absolute;
}
#switcher p, #switcher p a {
margin: 0;
padding: 0;
font-size: 1em;
text-indent: 0;
}
#style2 {
_visibility: hidden;
}
/* other general stuff */
.banners {
text-align: right;
}
.banners a {
opacity: .4;
filter: alpha(opacity=50);
}
.banners a:focus, .banners a:hover {
opacity: 1;
filter: alpha(opacity=100);
}