/* 
    Document   : reset
    Created on : 12.11.2009, 11:00:54
    Author     : aska
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

html, body, div, span,
h1, h2, h3, h4, h5, h6, p,
img, ol, ul, li, input, a, b, table {
margin: 0;
padding: 0;
border: 0;
outline: 0;
text-decoration:none;
font-weight:normal;
font-style:normal;
}

a:hover {text-decoration:none;}


li {
list-style: none;
}