* {
margin: 0px;
padding: 0px;
}

body {
background-image: url(images/background.gif);
background-attachment: scroll;
background-repeat: repeat;
background-color: #f8dc79;
font-family: Tahoma, Verdana, Arial;
color: #000000;
}

.head {
font-size: 11px;
font-weight: normal;
color: #000000;
}

.tbt {
font-size: 18px;
text-align: center;
font-weight: normal;
color: #000000;
}

a img {
border: 1px #CC9900 solid;
}

a:hover img {
border: 1px #CC0099 solid;
}

.intop {
font-size: 18px;
font-weight: bold;
color: #000000;
text-decoration: none;
}

.intop:hover {
color: #CC0099;
text-decoration: underline;
}

.intopth {
font-size: 14px;
font-weight: bold;
color: #000000;
text-decoration: none;
}

.intopth:hover {
color: #CC0099;
text-decoration: underline;
}

.footertext {
font-size: 12px;
color: #993300;
text-decoration: none;
}