body {
    background-color : #9999cc;
    font-family : "Baskerville Old Face", serif;
    color : #003366;
    margin-left : 5%;
    margin-right : 5%;
    /*margin-top : 5%;*/
}

.rightAlign{ text-align:right; }
.leftAlign { text-align:left; }
.centerAlign { text-align:center; }
.justifyAlign {text-align:justify; }

.noImageBorder{ border-style: none; }

img {
    border : 0;
}

a:visited,a:active,a:link {
    color : #990099;
}

a:hover {
    color : #ffffff;
}   

hr {
    width : 80%;
    height : 2px;
    background-color : #FFFFFF;
    border-width : 0;
    margin-left : auto;
    margin-right : auto;
}

h1 {
    font-size : 200%;
    text-align : center;
    text-decoration : none;
    font-weight : normal;
    color: #000000;
}

h2 {
    font-size : 125%;
    text-align : center;
    text-decoration : none;
    font-weight : normal;
}

h3 {
    font-size : 150%;
    text-decoration : none;
    font-weight : normal;
    color: #000000;
}
    
p.center {
    text-align : center;
}

p.centerBlack {
    text-align : center;
    color: #000000;
}

p.text {
    text-align: justify;
}

p.nsf {
    text-align : left;
    width : 80%;
    font-size : 80%;
    margin-left : auto;
    margin-right : auto;
}

table.linksTable {
    border-width : 0;
    margin-left : auto;
    margin-right : auto;
}

td.linksCell {
    text-align : center;
    padding-left : 20px;
    padding-right : 20px;
    font-size : 125%;
}
td {
    text-align : center;
}


