BODY {
        color : #191970;
        /*background-color : #ADD8E6;*/
        font-family : Helvetica, "Arial Narrow", sans-serif;
        text-align : justify;
}

A {
        color : #483D8B;
        font-weight : bold;
}

A:HOVER {
        color : #6495ED;
        font-weight: bold;
}
A.hidden {
                color : #191970;
                cursor : pointer;
                text-decoration : none;
        }
A.hidden:hover {
               color : #191970;
                cursor : pointer;
                text-decoration : none;
        }
.smalltext
{
        font-size : smaller;
        text-align : justify;

}
p{
        text-align:justify;
        margin-left : 10px;
}
.bgblue
{
        background-color : #28166f;
        text-align:right;
}
.alright{
        text-align:right;
}
a.light{
        color : #ffffff;
        font-weight : bold;
}
a.light:hover{
        color : #6495ED;
        font-weight: bold;
}
.light{
        color : #ffffff;
        font-weight : bold;
}
h1{
        font-size : larger;
        font-weight : bold;
        margin-bottom : 1px;
        margin-top : 1px;
        margin-left : 5px;
        margin-right : 5px;
}
td.fr{
	border : 1px solid Black;
}
