

/*---- Basic items ----*/

body {
margin:0px;
background:url(scrabblebg8c.jpg) top left #880000 no-repeat;
}
a:link, a:visited {
    color: #000000;
    text-decoration: underline;
}
a:hover, a:active {
/*    color: #B06116; */
    color:#882020; 
    /* Close enough to #880000 that it appears to match the color when images are on, but far enough away that it shows with images off. */
    text-decoration: underline;
}


/*---- Menu items ----*/

#menu1 {
font-family: Arial,Helvetica, Sans-serif;
font-size:9px;
padding:0px 0px 0px 0px;
margin:3px 0px 0px 200px;
width:100%;
clear:both;
}
#menu1 a:link, #menu1 a:visited, #menu1 a:hover, #menu1 a:active {
font-weight:700;
    font-size:11px;
}
.menu1_divider {
color:#6f6f6f;
}


/*---- Content items ----*/

.maintext_wrapper {
font-family: Arial, Helvetica, Sans-serif;
width:300px;
float:left;
clear:both;
padding:0px 0px 0px 0px;
margin-top:100px;
margin-bottom:0px;
margin-left:260px;
margin-right:0px;
}
