body {
        padding: 0px 0px 0px 0px;
        margin: 0;
        font-family: Arial, Sans-serif;
        font-size: 100%;
}

p { text-align: left; color: black; font-family: Arial}
h1 { font-size: 130%; margin: 0; font-family: arial }
h2 { font-size: 110%; font-family: arial; color: darkblue; font-weight: bolder; margin: 5px}
h3 { font-size: 100%; font-family: arial; color: darkblue; font-weight: bolder; margin: 5px}
li { font-size: 90%; font-family: arial; color: black}
li li { font-size: 100%; font-family: arial;  color: black}

.smallertext { font-size: 75% }

a {  color: blue }
a:visited { color: navy }
a:hover, a:active { color: red }

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;
            }
