body {
 background-color: #CCCC66;
 background-image: url( "bg.png" );
}

a {
 color: #336600;
 text-decoration: none;
}

a:hover {
 color: #666666;
}

.section {
 font-size: 120%;
 color: #666666;
}

p.leftSection {
 font-size: 120%;
 color: #666666;
 text-align: right;
}

p.rightSection {
 font-size: 120%;
 color: #666666;
 text-align: left;
}
   
p.leftItems {
 font-size: 100%;
 text-align: right;
}

p.rightItems {
 font-size: 100%;
 text-align: left;
}

.title {
 font-size: 150%;
 font-family: 'comic sans ms', sans-serif;
 text-align: center;
 color: #336600;
}

.date {
 font-size: 85%;
 font-family: monospace;
}

.copyright {
 font-size: 75%;
 text-align: center;
 color: #336600;
}

.smallHList {
 font-size: 75%;
 text-align: center;
 color: #336600;
}