body {
  	height: 100%;
    padding-left: 0px;
    padding-right: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #def;
}
a {font-family: verdana, monospace;
 font-weight: lighter;
 font-size: 13px;
 color:#dff;}
a:visited {color:#dff;}
a:active {color:#222;}
a:hover {text-decoration:none; color:#145;}
p {font:normal 0.9em/1.5em verdana, arial, serif; margin:0; padding:0.5em 0;}
p.small, p.small a, p.small a:visited {font-size:10px; color:#fff;}
h1 {font-family: verdana, monospace;
 font-weight: lighter;
 font-size: 13px;
 padding-top:12px;
 color: #def;}
h2 {  font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    color: #000;} 
h3 {  font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: lighter;
    font-size: 13px;
    color: #444;}     
.section {
    border-top: 0px solid #ddd;
    margin-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    height: 202px;
    background-color: #88AF88;
}

.section ul {
    list-style: none;
    margin-top :15px;
}

.section ul li {
    display: inline;
}

.section ul a {
    background-color: #88AF88;
    border: 1px solid #88AF88;

    display: block;
    float: left;
    margin:6px 10px;
}

.section ul a:hover {
    background-color: #88AF88;
    border: 1px solid #88AF88;
}

.section ul a img {
    border: 1px solid #999;
}

.section ul a.lightbox-enabled img {
    border: 1px solid #9AC79A;
}
.section ul a.lightbox-enabled img:hover {
    border: 1px solid #eff;
}
.section span.code {
    font-family: "Courier New", Courier, monospace;
    margin-left: 10px;
    padding-left: 10px;
    font-size: 11px;
    border-left: 1px solid #000;
}

.section .link {
    font-size: 12px;
    font-style: italic;
    padding-left: 10px;
    margin-left: 10px;
}

.section .important {
    text-decoration: underline;
}

.section .title {
    font-weight: bold;
    font-size: 16px;
}

.clear {
    clear: left;
}

.section.header {
    text-align: center;
    font-size: 12px;
    padding-top: 10px;
    border-top: none;
}

.section.footer {
    text-align: center;
    font-size: 12px;
    padding-top: 10px;
}