﻿html, body {
    color:#000;
    font:12px/15px Arial, Tahoma, Verdanam, sans-serif
}

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, embed, object {
    margin:0; 
    padding:0
}

/* Remove default bullet style from <ul> and <ol> */
ol, ul {
    list-style:none
}

/* Remove Mozilla's default <blockquote> and <q> quotation marks */
blockquote, q {
    quotes:none
}

a, ins {
    text-decoration:none
}

p {
    margin:10px 0
}

fieldset, img, abbr {
    border:0
}

form label {
    cursor:pointer
}

input, select, textarea {
    font:11px Arial, Tahoma, Verdanam, sans-serif
    /* font-family:inherit;
    font-size:100% */
}

a:hover {
    text-decoration:underline
}

a img, :link img, :visited img {
    border:none
}

abbr {
    cursor:help;
}

dfn {
    border-bottom:1px dotted #fff;
    cursor:help;
    font-style:normal
}

small {
    font-size:9px;
}

/* Remove outlines caused by focusing on elements like <a> */
:focus {
    outline:none
}

/* link underlines tend to make hypertext less readable, they obscure the shapes of the lower halves of words */
:link, :visited {
    text-decoration:none
}
