body, td, p {
    Font-Family:Arial;
    Font-size:12px;
    Color:#999;
    Background:#000;
}

a.header{
    Font-Family:Arial;
    Font-size:11px;
    Color:#c0c0c0;
    text-decoration:none;
}

a.header:hover {
    color:#B5D335;
}

.credits{
    Font-Family:Arial;
    Font-size:11px;
    Color:#B5D335;
    text-decoration:none;
}

.small {
    Font-Family:Arial;
    Font-size:9px;
    Color:#999;;
    text-decoration:none;

}

.credits:hover {
    color:#999;
}

td.carmenu {
    width:200px;
    background:URL('img/button_bg.gif');
    padding-top:2px;
    padding-right:7px;
    text-align:right;
}

td.carmenu_on {
    width:200px;
    background:URL('img/button_bg_on1.gif');
    padding-top:2px;
    padding-right:7px;
    text-align:right;
}

td.carmenu_selected {
    width:200px;
    background:URL('img/button_bg_on.png');
    padding-top:2px;
    padding-right:7px;
    text-align:right;
}

a.carmenu {
    Font-Family:Arial;
    Font-size:11px;
    Color:#999;
    text-decoration:none;
    font-weight:bold;
}
a.carmenu:hover, a.carmenu_on {
    Font-Family:Arial;
    Font-size:11px;
    Color:#000;
    text-decoration:none;
    font-weight:bold;
}
a.carmenu_selected {
    Font-Family:Arial;
    Font-size:11px;
    Color:#000;
    text-decoration:none;
    font-weight:bold;
}

.header_border {
    border-bottom:1px solid #999;
}

.footer_border {
    border-top:1px solid #999;
}

.border {
    border: 1px solid #999 ;
}

a.carsmalllink {
    cursor:hand;
    cursor:pointer;
}

#cardesctitle{
    font-weight:bold;
    color:#c0c0c0;
}

a.footer {
    Font-Family:Arial;
    Font-size:12px;
    Color:#999;
    text-decoration:none;
    font-weight:bold;
}

a.footer:hover, a.footer_on {
    Font-Family:Arial;
    Font-size:12px;
    color:#B5D335;
    text-decoration:none;
    font-weight:bold;
}

h1 {
    Font-Family:Arial;
    Font-size:12px;
    color:#B5D335;
    font-weight:bold;
}

.sound_chooser{
	background:URL('img/sound_off.png');
	width:7px;
	height:7px;
	display:block;
	float:left;
	margin-right:5px;
	line-height: 7px;
	}


.sound_chooser_on{
	background:URL('img/sound_on.png');
	width:7px;
	height:7px;
	float:left;
	margin-right:5px;
	line-height: 7px;
	}
