﻿body {
    background-color:mistyrose;
}
.title1 {
    font-family: arial, verdana, Sans-serif;
    color: black;
    font-size: 3em;
    font-style: normal;
    font-weight: bold;
    text-align: center;
}

.subtitle1 {
    font-family: arial, verdana, Sans-serif;
    color: black;
    font-size: 1.5em;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}

.subtitle2 {
    font-family: arial, verdana, Sans-serif;
    color: blue;
    font-size: 1.25em;
    font-weight: bold;
}

.subtitle3 {
    font-family: arial, verdana, Sans-serif;
    color: blue;
    font-size: 1.0em;
    font-weight: bold;
}

.text1 {
    font-family: 'Times New Roman', Times,Serif;
    color: black;
    font-size: 1.0em;
    text-align: left;
}

.italic1 {
    font-family: 'Times New Roman', Times,Serif;
    color: black;
    font-size: 1.0em;
    text-align: left;
    font-style: italic;
}

.twocol {
    font-family: 'Times New Roman', Times,Serif;
    color: black;
    font-size: 1.0em;
    text-align: left;
}

a.norm:link {
    text-decoration: none;
}
a.norm:visited {
    text-decoration: none;
}
a.norm:hover {
    text-decoration: none;
}
a.norm:active {
    text-decoration: none;
}

a.std:link {
    text-decoration: none;
    background-color: lightgreen;
    color: black;
    padding: 14px 25px;
    text-align: center;
    display: inline-block;
}

a.std:visited {
    text-decoration: none;
    background-color: lawngreen;
    color: black;
    padding: 14px 25px;
    text-align: center;
    display: inline-block;
}

a.std:hover {
    text-decoration: none;
    background-color: greenyellow;
    color: black;
    padding: 14px 25px;
    text-align: center;
    dislay: inline-block;
}

a.std:active {
    text-decoration: none;
    background-color: yellow;
    color: black;
    padding: 14px 25px;
    text-align: center;
    display: inline-block;
}
