a:link { color: blue; }
a:visited { color: purple; }
a:hover { color: red; }

body {
    color: black;
    background-color: white;
    font-family: arial,helvetica,sans-serif;
    font-size: 90%;
}

table, a, input, textarea, select, ul, ol, div, p {
    font-size: 100%;
}

.clear { clear: both; }

.center { text-align: center; }

.flr { float: right; }
.fll { float: left; }

.leftcol { width: 20%; }
.rightcol { width: 20%; }
.midcol { width: 60%; }

.border { border: thin solid black; }

.nav {
    font-size: 90% ;
    padding-left: 10px;
    padding-right: 10px;
}

.nav a {
    text-decoration: none;
}

.nav ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 20px;
    padding-left: 0;
}


.nav li {
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top: 0;
    padding-bottom: 0;
}


.caption {
    font-size: 80%;
    text-align: center;
    width: 200px;
}

.caption1 {
    font-size: 80%;
    text-align: left;
    width: 200px;
}

.smcap {
    font-size: 80%;
}

.footer {
    font-size: 80%;
    text-align: center;
}

.satitle {
    color: blue;
    /*font-family: times new roman, serif;*/
    font-size: 90%;
    font-weight: bold;
}

.yellowback {
    color: black;
    background-color: yellow;
    font-weight: bold;
}

