@charset "utf-8";
body {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-weight: normal;
    font-size: large;
    color: #000000;
    background-color: #91E0DA;
    text-align: left;
}
h2 {
    color: #3E647E;
    text-decoration: underline;
    font-style: oblique;
    text-align: left;
}
p.text {
    margin-right: 150px;
    margin-left: 150px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    font-style: italic;
    font-weight: bold;
    text-align: center;
    color: #319F2B;
    border-radius: 4px;
    border-style: dashed;
    border-color: #D8474A;
    background-color: #DFEC48;
}
.center {
    text-align: center;
}
a:link, a:visited {
    text-decoration: none;
    font-weight: bold;
    color: #780E10;
}
a:hover {
    font-weight: bold;
    text-decoration: underline;
    color: #319F2B;
}
.background {
    background-color: #E9A550;
    border-width: thin;
    border-style: dashed;
    font-weight: normal;
}
