/* RA-PERSCHL.AT basic stylesheet  */

html, body, h1, h2, h3, h4, h5, h6, p, div, img, ul, ol, li, dl, table, th, td {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #806F65;
    margin: 40px;
}

a {
    color: #806F65;
    text-decoration: underline;
}
a:hover {
}

h1 {
    color: #000000;
    font-size: 14px;
    line-height: 18px;
    clear: both;
    margin-bottom: 10px;
}
h2 {
    color: #806F65;
    font-size: 13px;
    line-height: 18px;
    clear: both;
    margin-bottom: 10px;
}
p {
    font-size: 12px;
    margin-bottom: 10px;
    clear: both;
}
td, th {
    font-size: 12px;
    vertical-align: top;
}
p img {
    margin: 0 10px 10px 0;
}
ul {
    margin: 0 0 10px 20px;
}

