@import url("layout.css"); /*layout css file*/

/* @import url("color.css"); color css file*/

@import url("customize.css"); /*Use this file to customize your website*/

div.box {
border-top: 2px solid;
border-bottom: 2px solid;
}
.box h2 {
color: #CC3333;
padding-top: 3px;
}
h2{
font-size: 14px;
padding-top: 18px;
}

.intro {
font-weight: bold;
}

.legende {
font-style: italic;
}