/* BECKERMAIL.AT basic stylesheet  */

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


a
{
    color: #A9835B;
    text-decoration: none;
}

p, td, li
{
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 5px;
}

#footer
{
    font-size: 10px;
}


