a:link { color: #FFFFFF ; text-decoration: none}
a:visited { color: #FFFFFF ; text-decoration: none}
a:hover { color: #B99B63 ; text-decoration: none ;}
a:active { color: #FFFFFF ; text-decoration: none}

body {
background-image: url(../img/background_stars.jpg);
background-color: #000000;
margin: 0px;
color: #4A3B19;
font-family:tahoma;
}

div.inputButton {
cursor: pointer;
width: 180px;
height: 40px;
background-image: url(../img/button_normal.png);
}

div.inputText {
font-variant: small-caps;
font-family:tahoma;
font-size:12pt;
font-weight:bold;

text-align: center;
padding-top: 17px;
color: #725C2A;
}

div.inputText:hover {
color: #4A3B19;
}

div.inputButton:hover {
background-image: url(../img/button_hover.png);
}

.menu {
float: left;

width: 184px;
height: 40 px;
background-image: url(../img/menu_line.png);

margin-left: 10px;
margin-right: 10px;
}

div.menuText {
filter: alpha(opacity=40);
-moz-opacity: 0.40;
opacity: 0.40;
-khtml-opacity: 0.40;
}

.inputOpacity {
filter: alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
-khtml-opacity: 0.7;
}

.infoLine {
filter: alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
-khtml-opacity: 0.7;
}

div.CellBlank {
float: left;
height: 12px;
line-height: 12px;
}

.imageScreen {

filter: alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
-khtml-opacity: 0.5;
}

.imageScreen:a {
color: #FFFFFF;
}