body {
background-color: #a1a1a1;
margin: 30px 0px 0px 0px;
}

.text           { color: #333; font-size: 0.7em; font-family: Tahoma, Verdana, "Trebuchet MS"; letter-spacing: 0.5px }
.headings   { color: #333; font-size: small; font-family: Tahoma, Verdana, "Trebuchet MS"; letter-spacing: 0.5px }
a:link          { color: #333; font-size: 0.7em; font-family: Tahoma, Verdana, "Trebuchet MS"; font-weight: bold; text-decoration: none; letter-spacing: 1px }
a:hover         { color: #a5bcd3; font-size: 0.7em; font-family: Tahoma, Verdana, "Trebuchet MS"; font-weight: bold; text-decoration: underline; letter-spacing: 1px }
a:visited           { color: #333; font-size: 0.7em; font-family: Tahoma, Verdana, "Trebuchet MS"; font-weight: bold; text-decoration: none; letter-spacing: 1px }
.whitebold         { color: #fff; font-size: 0.7em; font-family: Tahoma, Verdana, "Trebuchet MS"; font-weight: bold }

.startgame {
color: #000;
background-color: transparent;
font-size: 2em;
}
.small { color: #333; font-size: xx-small; font-family: Tahoma, Verdana, "Trebuchet MS" }

.consumerBG {
background: url(http://62.149.36.126/~montgome/UserFiles/Image/Pages/waterBG.jpg) no-repeat top;
}

.retailBG {
background: url(http://62.149.36.126/~montgome/UserFiles/Image/Pages/jugBG.jpg) no-repeat top;
}

.funWithWater {
background: url(http://62.149.36.126/~montgome/UserFiles/Image/Pages/Welsh%20Dragon.jpg) no-repeat top;
text-align: center;
}

a.link, a.active, a.hover {
color: #666666;
}

a.visited {
color: #a5bcd3;
}

.td_spacer {
height: 1px;
width: 100%;
background-color: #a5bcd3;
}

div#navigation {
width: 100px;
padding: 0px 0px 20px 0px
}

div#navigation ul {
margin: 0px; 
padding: 0px;
list-style-type: none;
}

div#navigation li {
margin: 2px;
font-weight: bold;
}

div#navigation a {
display: block;
width:175px;
padding: 0px 2px 0px 10px;
text-decoration: none; /*lets remove the link underlines*/
}

div#navigation a:link, div#navigation a:active, div#navigation a:visited {
color: #333333;
}

div#navigation a:hover {
color: #a5bcd3;
text-decoration: underline;
}

/* Site Map */

div#siteMap {
width: 175px;
}

div#siteMap ul {
margin: 0px; 
padding: 0px;
list-style-type: none;
}

div#siteMap li {
margin: 2px;
font-weight: bold;
}

div#siteMap a {
display: block;
width:175px;
padding: 0px 0px 0px 0px;
text-decoration: none; /*lets remove the link underlines*/
}

div#siteMap a:link, div#siteMap a:active, div#siteMap a:visited {
color: #333333;
}

div#siteMap a:hover {
color: #a5bcd3;
text-decoration: underline;
}