#styleswitcher{
display:block;
text-align: left;
background-color: white;
position:absolute;
z-index: 9999;
top: 5px;
right: 5px;
border: 6px solid #FF0000;
padding: 3px;
}
#styleswitcher a, #styleswitcher a:hover{
font-family: verdana, arial, helvetica, sans-serif;
font-size:100.1%;
color: red;
background: none;
text-decoration: none;
}