body {
padding: 0px;
margin: 0px;
font-family: arial;
font-size: 10pt;
min-width: 997px;
background-color: #0d294a;
}

.button{
cursor: pointer; cursor: hand;
}
small.button:hover{
color: red;
}


a{
color:black;
text-decoration: none;
}
a:hover{
text-decoration: underline;
}

table{
font-family: arial;
font-size: 10pt;
empty-cells: show;
}
