BODY, html { 
background: url(image/tile.jpg) #F0FBCA fixed repeat ; 
margin: 0 ; 
font-family: sans-serif ; 
font-size: 12pt ; 
color: #B23434 ;
} 

A { 
font-family: sans-serif ; 
font-size: 12pt ; 
text-decoration: none ; 
color: #0000bb ; 
}

a:hover { 
font-family: sans-serif; 
font-size: 12pt; 
color: #ff0000
}

A.footer { 
font-family: sans-serif ; 
font-size: 9pt ; 
text-decoration: none ; 
color: gray ; 
}

a.footer:hover { 
font-family: sans-serif; 
font-size: 9pt; 
color: #0000EE
}

P.name { 
display: block ;
width: 120px;
height: 50px ;
text-align: center ;
text-decoration: none;
font-family: sans-serif ;
font-size: 12pt ;
font-weight: bold ;
color: #ffff00 ;
line-height : 3em ;
border-style: none ; 
background-image: url(image/name.gif) ;
}


P.footer { 
font-family: sans-serif ; 
font-size: 9pt ; 
color: gray ; 
}


LI { 
list-style: square outside; 
color: teal ; 
}

UL, OL { 
font-family: sans-serif ; 
font-size: 12pt ; 
color: teal ;
}

EM { 
font-family: sans-serif ; 
font-size: 12pt ; 
color: navy ; 
}

I { 
font-family: sans-serif ; 
font-size: 9pt ; 
}

INPUT, OPTION, SELECT { 
font-family: sans-serif ; 
font-size: 12pt ; 
color: #000000 ; 
border-style: thin ; 
border-color: #3d3d3d ; 
background-color: #e1e1e1 ; 
padding: 2 ;
height: 25 ;
}

TEXTAREA { 
font-family: sans-serif ; 
font-size: 12pt ; 
color: #000000 ; 
border-style: thin ; 
border-color: #3d3d3d ; 
background-color: #e1e1e1 ; 
padding: 2 ;
}


BUTTON, button {
display: block ;
width: 170px;
text-align: center ;
text-decoration: none ;
font-family: sans-serif ;
font-size: 12pt ;
font-weight: bold ;
color: #ffffff ;
border: 6px ;
border-style: outset ; 
border-color: #cfcfcf  ; 
background-color:#393939;
padding: 4 ;
}

INPUT.1 {
display: block ;
width: 170px;
text-align: center ;
text-decoration: none ;
font-family: sans-serif ;
font-size: 12pt ;
font-weight: bold ;
color: #ffffff ;
border: 6px ;
border-style: outset ; 
border-color: #cfcfcf  ; 
background-color:#393939;
padding: 4 ;
}






