/* grey color was #696969 */
body {
margin: 0;
padding: 10px;
background-color: #696969;
color: black;
background-image: url('images/smbackground.gif');
background-repeat: repeat-y repeat-x;
font-style:normal; font-variant:normal; font-weight:normal; font-size:small; font-family:Arial, Helvetica, Verdana, sans-serif
}

#wrapper {
background-color: #fdf8f2;
color: black;
margin: 30px 50px 30px 50px;
padding: 10px;
}

#header {
background-color: #104E8B;
color: white;
}

#header-links a:link, #header-links a:visited {
text-decoration: none;
background-color: #104E8B;
color: white;
}


#header-links a:hover {
text-decoration: none;
background-color: white;
color: #104E8B;
font-weight: bold;
}

#forum-link a:link, #forum-link a:visited {
text-align: right;
text-decoration: none;
background-color: #104E8B;
color: white;
}

#forum-link a:hover {
text-align: right;
text-decoration: none;
background-color: white;
color: #104E8B;
font-weight: bold;
}

#coupon a:link, #coupon a:visited {
background-color: #fdf8f2;
color: #104E8B;
font-weight: bold;

}

#coupon a:hover {
text-decoration: none;
background-color: #104E8B;
color: white;
font-weight: bold;
}

#footer {

background-color: #104E8B;
color: white

}

#footer-links a:link, #footer-links a:visited {
text-decoration: none;
background-color: #104E8B;
color: white;
}

#footer-links a:hover {
text-decoration: none;
background-color: white;
color: #104E8B;
font-weight: bold;
}
