
 body {
    text-align:center
}

a:link {
color: #0000FF;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-family: arial;
font-size: 11pt;
}
a:visited {
color: 	#EE0000;
text-decoration: none;
font-weight: normal;
font-style: normal;
font-family: arial;
font-size: 11pt;
 }
a:hover {
color: 	#0000FF;
text-decoration: underline;
font-weight: none;
font-style: normal;
font-family: arial;
font-size: 11pt;
 }
a:active { }



table.big
{
    margin-left:auto; margin-right:auto;
    border-width: 0 0 0 0;
    border-spacing: 0;
    border-collapse: collapse;
        
}

table
{
    border-width: 1px 1px 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
    border-color: #600;
    border-style: solid;

    
}

td.nest
{
    margin: 0;
    padding: 4px;
    border-width: 1px 1px 1px 1px;
    border-collapse: collapse;
    border-color: #600;
    border-style: solid;
}


