/* CSS Document */

body {
scrollbar-face-color : #888888;
scrollbar-highlight-color : #BBBBBB;
scrollbar-3dlight-color : #000000;
scrollbar-darkshadow-color : #000000;
scrollbar-shadow-color : #BBBBBB;
scrollbar-arrow-color : #FF5500;
scrollbar-track-color : #CCCCCC; }

#menu ul{
margin : 0 ;
padding : 5px ;
list-style :none ;
white-space : nowrap ; }

#menu li{display:inline;}

#menu a{
color : #333333;
font : 10px helvetica;
padding : 1px 5px 1px 5px;
text-decoration : none;
background-color : #CCCCCC;
border : 1px solid #555555;
border-left : 3px solid #555555;
border-right : 3px solid #555555;
text-align : center; }

#menu a:hover{
color : #FF5500;
background-color : #888888;
border : 1px solid #333333;
border-left : 3px solid #333333;
border-right : 3px solid #333333; }

a:link { color:#FF3300; text-decoration : none }
a:visited { color:#FF3300; text-decoration : none }
a:hover { color:#FF3300; text-decoration : underline }
a:active, a:focus { color:#FF5500; text-decoration : overline }

body{text-align:center;}
#box{
color:#000000;
background:#BBBBBB;
text-align:center;
margin:auto;
width:509px;
border:1px solid #333333;
padding:8px; }

input,textarea,select {
border : 1px solid #000000; 
background-color : #CCCCCC;
font : 10px helvetica; 
color : #000000; }

.border { background-color: #333333; }
