/* theme
 * mls.css
 *
 */

body{
  background-color : #000000; 
	font-family : verdana, sans-serif;
	color : #ffffff;
	font-size : 11px;
margin-left : auto;
margin-right : auto;
width : 880px;
}


a:link {
color : #ffffff;
text-decoration : underline;
}
a:active, a:visited {
color : #ffffff;
text-decoration : underline;
}
a:hover {
color : #f78226;
text-decoration : underline;
}

.divWrapper {

background-image: url(../furniture/background.jpg);
border-top : 1px solid #666666;
border-right : 1px solid #666666;
border-bottom : 1px solid #666666;
border-left : 1px solid #666666;
}

.menuText {
font-size : 11px;
}
.textHeader {
font-size : 13px;
font-weight : bold;
}

.textSmall {
font-size : 9px;
color : #999999;
}

.textOrange {
font-size : 18px;
font-weight : bold;
color : #f78226;
}

.tableContent {
color : #ffffff;
font-size : 9px;
}

