body
{
	background-color : #E3F5FE;
}
}
table
{
    font-family : Arial, Helvetica, sans serif;
    font-size : 12px;
}

a  {
font-size : 13px;
color : #2E3495;
text-decoration : none; 
}
a:Visited  {
color: #2E3495;
text-decoration : none
}
a:Active  {
color : #2E3495;
text-decoration : underline;
font-style: italic;
}
a:Hover  {
color : #2E3495;
text-decoration : underline;
font-style: italic;
}