BODY, html { 
background: url(image/background.gif) #373737 repeat ; 
margin: 0 ; 
} 

TD.nav {
background: url(image/nav_back.jpg)  ; 
padding: 0px ;
}

TD.lcd {
background: url(image/screen.jpg)  ; 
padding: 0px ;

}
div.clock {
position: absolute ;
top: 360px ;
left: 200px ;

}

A { 
font-family: sans-serif ; 
font-size: 12pt ; 
text-decoration: none ; 
color: #efefef ; 
}

a:hover { 
font-family: sans-serif; 
font-size: 12pt; 
text-decoration: underline ; 
color: #ff0000 ;
}

.credit { 
font-family: sans-serif ; 
font-size: 9pt ; 
text-decoration: none ; 
color: #efefef ; 
}

a.credit:hover { 
font-family: sans-serif; 
font-size: 9pt; 
color: #fefefe ;
}

A.n {
display: block ;
width: 125px ;
height: 38px ;
text-align: center ;
line-height : 2.5em ;
text-decoration: none;
font-family: sans-serif ;
font-size: 11pt ;
font-weight: bold ;
color: silver ;
border: none;
background-image: url(image/off.jpg) ; 
}

A.n:hover {
display: block ;
width: 125px ;
height: 38px ;
text-align: center ;
line-height : 2.5em ;
text-decoration: none;
font-family: sans-serif ;
font-size: 11pt ;
font-weight: bold ;
color: #f4f4f4 ;
border: none;
background-image: url(image/hover.jpg) ; 
}

P.n {
display: block ;
width: 116px ;
height: 40px ;
text-align: center ;
line-height : 1.8em ;
text-decoration: none;
font-family: sans-serif ;
font-size: 12pt ;
font-weight: bold ;
color: #775544 ;
border: none;
background-image: url(image/active.jpg) ; 
}

