html, body {
color:#000;
background-color:#fff;
width: 100%;
height: 100%;
margin: 0;
overflow: auto;
}

a:link {
color:#0098ff;
background-color:transparent;
text-decoration: none;
}

a:visited {
color:#ae6f00;
background-color:transparent;
text-decoration: none;
}

a:active {
color:#0098ff;
background-color:transparent;
}

a:hover
{
text-decoration: line-through;
}

.centertable {
width: 100%;
height: 100%;
vertical-align: middle;
border:0 none;
}

.centervertical {
border:0 none;
margin-left:auto;
margin-right:auto;
text-align:left;
}

img {
border: 0 none;
}

.centertd {
text-align:center;
}

pre {
margin: 0;
}