/* 
    Document   : reset
    Created on : 2010-03-25, 19:43:37
    Author     : arti
    Description:
        Purpose of the stylesheet follows.
*/

* {
    vertical-align: baseline;
    font-weight: inherit;
    font-family: inherit;
    font-style: inherit;
    font-size: 100%;
    border: 0;
    outline: none;
    padding: 0;
    margin: 0;
    cursor: auto;
}

html {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

body {
    width: 100%;
    height: 100%;
    line-height: 1;
    font-weight: normal;
}

b { font-weight: bolder;
    color: inherit;
}

ol,ul {
    list-style: none;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
}

q:before,q:after {
    content:'';
}

abbr,acronym { border: 0; }

a, a:hover {
    text-decoration: none;
    cursor: pointer;
}

:focus {
    outline: 0;
}