/* CONTENT STYLESHEET */

/* STANDAARD */
* {
    font-family:arial, verdana, sans-serif;
    font-size:13px;
}

h1 {
    font-weight:normal;
    font-style:normal;
    font-size:1.4em;
    border-bottom:1px solid #c0c0c0;
    padding:5px 20px 6px;
}
h2 {
    font-weight:bold;
    font-style:normal;
    font-size:1.2em;
    margin:20px 0px 5px 45px;
}
h3 {
    font-weight:bold;
    font-style:normal;
    font-size:1em;
    margin:10px 0px 5px 45px;
        color:#f93;
}
h4 {
    font-weight:bold;
    font-style:italic;
    font-size:1em;
    margin:10px 0px 5px 45px;
}
h5 {
    font-weight:normal;
    font-style:italic;
    font-size:1em;
    margin:10px 0px 0px 45px;
}
h6 {
    font-weight:normal;
    font-style:normal;
    font-size:1em;
    margin:10px 0px 0px 45px;
}
p {
    margin:10px 25px 10px 45px;
    font-weight:normal;
    font-size:1em;
    color:#666;
    text-align:justify;
    }
    p.intro {
        font-weight:bold;
        color:#222;
        }

a {
    color:#f60;
    text-decoration:underline;
    }
    a:hover {
        color:#f93;
    }
    a:active {
    }
    a:visited {
    }
em {
    color:#f60;
}
abbr {
    border-bottom:1px dotted #f60;
    color:#333;
    cursor:help;
}
strong {}

ul,
ol {
    color:#333;
    margin:10px 0px 0px 65px;
    }
    }

/* DYNAMIC_CONTENT */

.dynamic_content {
    color:#fff;
    }
    .dynamic_content ul {
        margin:10px 20px;
        margin-right:0px;
        }
        .dynamic_content ul li a {
            color:#eee;
            }
            .dynamic_content ul li a:hover {
                color:#333;
                background:#fff;
                }
