BODY, html { 
background: url(image/) 
#F0FCCA fixed repeat ; 
margin: 0 ;  
font-family: sans-serif; 
font-size: 12pt ; 
color: #000000 ; 
}

A { 
font-family: sans-serif ; 
font-size: 10pt ; 
text-decoration: none ; 
color: #000088 ; 
}

a:hover { 
font-family: sans-serif; 
font-size: 10pt; 
text-decoration: underline ; 
color: #0000ff ; 
}

A.n {
display: block ;
width: 160px;
height: 50px ;
text-align: center ;
text-decoration: none;
font-family: sans-serif ;
font-size: 12pt ;
font-weight: bold ;
color: #ffff00 ;
line-height : 2em ;
border-style: none ; 
background-image: url(image/off.gif) ;
}

A:hover.n {
display: block ;
width: 160px;
height: 50px ;
text-align: center ;
text-decoration: none;
font-family: sans-serif ;
font-size: 12pt ;
font-weight: bold ;
color: #ffffff ;
line-height : 2em ;
border-style: none ; 
background-image: url(image/over.gif) ;
}


P.n {
display: block ;
width: 160px;
height: 50px ;
text-align: center ;
text-decoration: none;
font-family: sans-serif ;
font-size: 12pt ;
font-weight: normal ;
color: #ffffff ;
line-height : 1.5em ;
border-style: none ; 
background-image: url(image/active.gif) ;
}

