/* CSS Document */
body {
background: url(images/background.gif);
color: #800000;
font-family: verdana, helvetica, sans-serif;
font-size: 12px;
}
table {
background: #ffffe9;
}
table.container {
border: solid #CC9900 3px;
}
a, a:link, a:visited {
color: #cc9900;
text-decoration: none;
}
a:hover {
color: #cc9900;
text-decoration:underline;
}
.dealertext {
color: #800000;
font-family: verdana, helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-align: center;
}
.copyright {
text-align: center;
color: #cc9900;
font-family: verdana, helvetica, sans-serif;
font-size: 12px;
font-size:11px;
font-weight: bold;
}
a.copyright:link, a.copyright:visited {
color: #cc9900;
text-decoration: none;
}
a.copyright:hover {
color: #cc9900;
text-decoration: underline;
}
.content img {
border: solid 2px #cc9900;
margin: 10px;
}


