body {  
background-image: url(images/background.jpg);
background-repeat: no-repeat;
background-color: #FFCCFF;
margin-top: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px; 
color: #000000; 
text-decoration: none
}

a:link {  color: #6699FF; text-decoration: none; background-color: #FFCCFF}
a:visited {  color: #6633FF; text-decoration: none; background-color: #FFCCFF}
a:hover {  color: #3366CC; text-decoration: underline; background-color: #FFCCFF}

.nav {  color: #6699FF; text-decoration: none; background-color: #FFCCFF}
.navbold {  color: #333399; text-decoration: none; font-weight: bold; background-color: #FFCCFF}
.bodybold {  font-weight: bold; color: #333399; background-color: #FFCCFF; margin-bottom: 0}
.bodyboldbig {  font-weight: bold; color: #333399; background-color: #FFCCFF; margin-bottom: 0; font-size: 14px}
.post {  margin-top: 0; margin-bottom: 0; background-color: #FFCCFF}
.foot {  margin-top: 0; color: #3366CC; text-align: right; background-color: #FFCCFF}
.postlink, a.postlink, a.postlink:link, a.postlink:visited {  font-weight: bold; color: #333399; background-color: #FFCCFF; margin-bottom: 0}
a.postlink:hoover {  font-weight: bold; color: #333399; background-color: #FFCCFF; margin-bottom: 0; text-decoration: underline}


.title {
color: #99CCFF;
font-size: 72px; 
font-weight: bold; 
font-family: verdana, sans serif;
position: absolute; left: 105px; top: 0px;
letter-spacing: -5px;
}
.titlesmall {
font-size: 40px;
font-weight: bold;
letter-spacing: -3px;
}

.content {
font-family: verdana, sans serif;
border-color: #6699FF; border-style: solid; border-width: thin;
padding-left: 15px; padding-right: 10px; padding-top: 10px; padding-bottom: 10px;
color: #000000;
position: absolute; left: 230px; top: 140px;
width: 60%;
}

.sidebar {
color: #6699FF;
font-family: verdana, sans serif;
font-size: 10px;
position: absolute; left: 50px; top: 155px;
width: 160px;
}

