a.default_link
{
background-color: #ffffff;
color: #0000ff;
cursor: default;
display: inline;
font-family: Arial;
font-size: 12px;
height: auto;
text-decoration: none;
}
a.default_link:hover
{
background-color: #ffffff;
color: #ff0000;
cursor: pointer;
display: inline;
font-family: Arial;
font-size: 12px;
height: auto;
text-decoration: underline;
}
.div_page_body
{
text-align: center;
}
table
{
height: auto;
width: 90%;
}
td.align_left
{
height: auto;
width: 100%;
}