body {
        padding: 0px 0px 0px 0px;
        margin: 0;
        font-family: Arial, Sans-serif;
        font-size: 100%;
        background-color: black;
        color: cornsilk;
}

p { text-align: left; color: cornsilk; font-family: Arial}
h1 { font-size: 130%; margin: 0; font-family: arial; color: white; font-weight: bolder}
h2 { font-size: 110%; font-family: arial; color: white; font-weight: bolder; margin: 5px}
h3 { font-size: 100%; font-family: arial; color: lightgrey; font-weight: bolder; margin: 5px}
li { font-size: 90%; font-family: arial; color: cornsilk}
li li { font-size: 100%; font-family: arial;  color: cornsilk}

.smallertext { font-size: 80% }

a {  color: cornsilk; font-weight: bolder; text-decoration: none; }
a:hover, a:active { color: yellow; font-weight: bolder}

DIV {
        font-family : Ariel, sans-serif;
}

.clsCMOn {
        color: darkblue;
        font-size : 12px;
        text-decoration : none;
        padding: 2px 4px;
}

.clsCMOver {
        color: black;
        font-size : 12px;
        font-weight : bolder;
        text-decoration : none;
        padding: 2px 4px;
}

.center-red {color: red;
             text-align: center;
            }

