BODY {
background-color:#FFF9CC;
color:#332A29;
font-size:12px;
scrollbar-face-color:#490000;
scrollbar-shadow-color:#490000;
scrollbar-highlight-color: #cccccc;
scrollbar-3dlight-color: #490000;
scrollbar-darkshadow-color: #0a0000;
scrollbar-track-color: #0a0000;
scrollbar-arrow-color: #490000;
margin:10px 10px 10px 10px;
}

BODY.board {
background-color:#FFF9CC;
background-image: url("../img/board.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: left bottom;
color:#332A29;
font-size:12px;
scrollbar-face-color:#490000;
scrollbar-shadow-color:#490000;
scrollbar-highlight-color: #cccccc;
scrollbar-3dlight-color: #490000;
scrollbar-darkshadow-color: #0a0000;
scrollbar-track-color: #0a0000;
scrollbar-arrow-color: #490000;
margin:10px 10px 10px 10px;
}

img{
border:none;
}

a:link {
color:#000000;
text-decoration:none;
}
a:visited {
color:#000000;
text-decoration:none;
}
a:active {
color:#00a9bb;
text-decoration:none;
}

a:hover {
color:#00a9bb;
}

input,textarea{
  border-top-style : solid 1px #000000;
  border-right-style : solid;
  border-bottom-style : solid;
  border-left-style : solid;
  color : #000000;
  border-width : 1px 1px 1px 1px;
  border-top-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #000000;
  border-left-color : #000000;
  font-size : 12px;
  font-family : "‚l‚r ƒSƒVƒbƒN";
}

td{
font-size:12px;
color:#332A29;
padding:0 0 0 0; 
}

td.board{
background-color:#FFF9CC;
font-size:12px;
color:#332A29;
padding:1 1 1 1; 
  border-top-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-left-style : solid;
  border-width : 1px 1px 1px 1px;
  border-top-color : #332A29;
  border-right-color : #332A29;
  border-bottom-color : #332A29;
  border-left-color : #332A29;
}
td.res{
background-color:#332A29;
font-size:12px;
color:#FFF;
padding:1 1 1 1; 
  border-top-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-left-style : solid;
  border-width : 1px 1px 1px 1px;
  border-top-color : #332A29;
  border-right-color : #332A29;
  border-bottom-color : #332A29;
  border-left-color : #332A29;
}

