BODY {
        font-size: 12pt;
        color: black;
        background: white;
}
TD {
        FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
        FONT-STYLE: normal;   
        FONT-WEIGHT: normal;  
}
.color1 {
        color: white;
        background: #02235b;
}
.color2 {
        color: black;
        background: #e8effc;
}
.color3 {
        color: blue;
        background: #ffffff;
}
STRONG { 
        text-transform: uppercase;
}
A:LINK {
	color: #02235b;
        background: #e8effc;
        font-weight: bold;
        text-decoration: none;
}
A:ACTIVE {
	color: #02235b;
        background: #e8effc;
        font-weight: bold;
        text-decoration: none;
}
A:VISITED {
	color: #3d7fb7;
        background: #e8effc;
        font-weight: bold;
        text-decoration: none;
}
A:HOVER {
	color: #559CD7;
        background: #e8effc;
        font-weight: bold;
        text-decoration: underline;
}

