body{
background-image:url('http://laoperaring.com/images/bg.png');
background-repeat: repeat-x;
font-family:tahoma;
font-size:11px;
color:white;}

td 
{
font-family:tahoma;
font-size:11px;
color:white;}

a:link {color:#1173cd; text-decoration:none;}      /* unvisited link */
a:visited {color:#1173cd; text-decoration:none;}  /* visited link */
a:hover {color:#ffffff; text-decoration:none;}  /* mouse over link */
a:active {color:#1173cd; text-decoration:none;}  /* selected link */

input:text
{
color: #000000;
background: #c0c0c0;
border: 1px solid #000000;
}

.main_content
{
font-size:12px;
line-height:17px;
}

#dropmenudiv {
position:absolute;
border:1px solid #171717;
border-bottom-width: 0;
font:normal 12px trebuchet ms;
line-height:18px;
color:white;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #171717;
font:normal 12px trebuchet ms;
padding: 1px 0;
text-decoration: none;
color:white;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #0079ae;
color:white;
}