html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, font, img, strong, sub, sup, b, u, i, center, dl, dt, dd, ol, ul, li, form, label, table, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
vertical-align: baseline;
background: transparent;
}
body {
font-size: 62.5%;
line-height: 1;
background: #575757;
color: #231F20;
text-align: center;
font-family:"Times New Roman", Times, serif;
}
html,body {
height: 100%;
}
:focus {
outline: 0;
}
table {
vertical-align: top;
border-collapse: collapse;
border-spacing: 0;
font-size: 100%;
}
tr, td {
  vertical-align: top;
}
a {
color: #231F20;
text-decoration: underline;
}
a:hover {
color: #231F20;
text-decoration: none;
}
a:visited {
color: #231F20;
text-decoration: underline;
}
.clear {
  clear: both;
  line-height: 0px;
  height: 0px;
  font-size: 0;
}

.textalign {
  text-align: center;
}