﻿.debug {
    border: 1px dashed red;
}

.underline {
    border-bottom: 2px solid #B1D468;
}

.testi {
    font-size: 0.9em;
    font-style: italic;
    margin-bottom: 20px;
}

body {
    background-color: #d1e4aa;
    background-image: url("/img/bg.png");
    background-repeat: repeat-x;
    color: #708939;
    font-size: 1.3em;
    line-height: 1.2em;
}

ul li {
    margin-bottom: 10px;
}

/* ROW 1 */
#row1 {
    height: 160px;
    margin: 40px 0 0 0;
}

#border {
    border-top: 4px solid #CACEB6;
    border-bottom: 6px solid #B1D468;
}

.border2 {
    border-bottom: 2px solid #CACEB6;
    margin-bottom: 40px;
}

/* ROW 2 */
#row2 {
    margin: 40px 0 0 0;
}

#row3 {
    margin: 40px 0 40px 0;
}

#req h3 {
    line-height: 0.9em;
}

#footer {
    height: 100px;
    text-align: center;
}

a {
    color: #5a5a5a;
    text-decoration: underline;
}

a:hover {
    color: #808080;
}