﻿body {
}

a {
    color: olivedrab;
    text-decoration: none;
}

.theme-background {
    background-color: olivedrab;
}

.theme-background a {
    color: white;
    font-weight: bold;
    text-decoration-line: underline;
}

.theme-background li {
    background-color: olivedrab;
}

.module-nav ul li a:hover {
     background-color: rgb(144, 175, 75); 
}

.theme-font1 {
    /*font-family: 'Nothing You Could Do', cursive;
    font-family: 'Alex Brush', cursive;
    font-family: 'Italianno', cursive;
    font-family: 'Qwigley', cursive;
    font-family: 'League Script', cursive;*/

    font-family: 'Poiret One', cursive;

     /*font-family: Verdana;*/
}

.theme-font1-bold {
    /*font-family: 'Nothing You Could Do', cursive;
    font-family: 'Alex Brush', cursive;
    font-family: 'Italianno', cursive;
    font-family: 'Qwigley', cursive;
    font-family: 'League Script', cursive;*/
    font-family: 'Poiret One', cursive;
     /*font-family: Verdana;*/
    font-weight: bold;
}

.module-text.colored {
    background-color: olivedrab;
    color: white;
}