/**
 * CSS-file with default styles
 *
 * @author Denis Barushev <barushev@gmail.com>
 * @since 22.02.2007
 * @version $Id: default.css 2 2007-04-28 14:23:35Z 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-size: 62.5%;
    color: black;
    background: white;
}

ul {
    list-style-type: none;
}

img {
    border: 0;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

input, select, option {
}

textarea {
}

hr {
    color:#E5E5E5;
    background-color:#E5E5E5;
    height:1px;
    border-width:0px;

}

