/**
 * CSS-file with default styles
 *
 * @author Denis Barushev <barushev@gmail.com>
 * @since 28.06.2007
 * @version $Id: default.css 11 2007-11-09 14:22:12Z denis $
 */

html, body, ul, ol, dl, li, dt, dd, p, h1, h2, h3, h4, h5, h6, table, thead, tbody, tr, td, form {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, Tahoma, serif;
    font-size: 14px;
    color: #333;
    background: #fff;
}

ul {
    list-style-type: none;
}

img {
    border: 0;
    vertical-align: top;
}

table {
    border-collapse: collapse;
}

input, select, option {
}

textarea {
}

a {
    color: #0d70bd;
}

a:hover {
    background: #0d70bd;
    color: #fff;
    text-decoration: none;
}

.clear {
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
}