.section {
    border-top: 1px solid #BBB;
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
    padding: 5px;
    padding-bottom: 0px;
    background-color: white;
}

.section ul {
    list-style: none;
    margin-top: 5px;
}

.section ul li {
    display: inline;
}

.section ul a {
	height: 200px;
    padding: 5px;
    display: block;
    float: left;
    margin: 5px;
	width: 150px;
	text-align: center;
}
.section ul a span{
	display: block;
	text-align: center;
	font-style: italic;
	text-decoration: none;
	font-size: .9em;
}
.section ul a:hover {
	font-weight: bold;
}

.section ul a img {
    border: 1px solid #160093;
}

.section ul a.lightbox-enabled img {
    border: 1px solid #160093;
}
/*
.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: 1.2em;
}

.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;
}