/* Reset */
* {
padding: 0;
margin: 0;
font-family: inherit;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-height: normal;
text-align: left;
vertical-align: baseline;
word-spacing: normal;
}
html, body {
color: Black;
background: White;
}
a img {
border: none;
}
em {
font-style: italic;
}
h1, h2, h3, h4, h5, h6, strong {
font-weight: bold;
}
input {
padding: 1px;
}
ol, ul {
list-style-position: outside;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
