/* Browser-Rest */
body {
    background: #fff;
    text-align: center;
}
body, p, h1, h2, h3, form, input, ul, ol, dt, dl, textarea {
    margin: 0; padding: 0;
    font:normal 1em 'Trebuchet MS', Helvetica, Arial, sans-serif;
	line-height: 125%;
}
h1, h2, h3, form, input, ul, ol, dt, dl {
    text-align: left;
}
ul, ol {
    list-style-type: none;
}
p {
    text-align: justify;
}
img, table {
    border: 0;
}
td {
    vertical-align: top;
}
a:active, a:hover, a:link, a:visited {
    color: #7d7d7f;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}