body {
background: #a25418 url("../images/pinboard.jpg");
color: #000000;
margin: 0px;
font-family: Arial, sans-serif;
color: #ffcc66;
}

A:link { color: #663300; text-decoration: none;}
A:visited { color: #663300; text-decoration: none;}
A:hover { color: #993300;}
A:active { color: #996633; }

.tile {
position: absolute;
padding: 2px 7px 7px 2px;
background: #cc6600 url("../images/word.gif");
color: #000000;
border: 1px dotted #993300;
font-family: Comic Sans MS ;
font-size: 14px;
cursor: pointer;
}
.board {
width: 990px;
height: 1800px;
border: 2px dotted #663300;
}

.header {
height: 57px;
width: 100%;
background: url("../images/wood.jpg");
color: #000000;
}

.footer {
height: 57px;
width: 100%;
background: url("../images/wood2.jpg");
line-height: 57px;
font-size: 12px;
letter-spacing: 1px;
font-weight: bold;
}

h1 {
margin-top: 0px;
margin-bottom: 0px;
color: #ff9900;
font-size: 18px;
font-family: Arial, sans-serif;
}

h2 {
margin-top: 0px;
margin-bottom: 0px;
color: #996633;
font-size: 15px;
font-family: Arial, sans-serif;
}

h3 {
font-size: 14px;
margin-top: 0px;
margin-bottom: 5px;
font-weight: bold;
font-family: Arial, sans-serif;
color: #ffffff;
}

hr { width: 100%; height: 1px; color: #ff9900; border: none;} /* Internet Explorer */
html>body hr { width: 100%; height: 1px; background-color: #ff9900; border: none;} /* Gecko-based browsers */
html>body hr { width: 100%; height: 1px; background-color: #ff9900; border: 0px solid #eaeaea;} /* Opera and Gecko-based browsers */