a:link
{
text-decoration: underline;
color: 333399;
}
a:visited
{
color: 333399;
text-decoration: underline;
} 
a:hover
{
color: 333399;
text-decoration: underline;
}
a:active
{
color: 333399;
text-decoration: underline;
}
table
{
width: 670px;
background-color : white;
padding-left : 30px;
color: #333399;
font-size : 12px;
}
body 
{
background-color : white;
overflow-y:scroll; 
overflow-x:hidden;
scrollbar-base-color:#e0e4e6;
scrollbar-arrow-color:gray;
}
