/* 
    Document   : base.css
    Created on : 2009-3-30, 13:47:59
    Author     : ruitao
    Description:
        Purpose of the stylesheet follows.
*/

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

/*标准化浏览器的默认样式*/
/*Normalizes margin, paddding*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, p, blockquote, th, td
{margin: 0; padding:0;}

/*Normalizes font-size for header*/
h1, h2, h3, h4, h5, h6
{font-size:100%}

/*Removes list-sytle from lists*/
ol, li, iframe
{list-style: none;}

/*Normalizes font-style and font-weight to normal*/
address, caption, cite, code, dfn, em, th, var
{font-style:normal;font-weight:normal;}

/*Removes list-style from lists*/
table
{border-collapse:collapse;border-spacing:0;}

/*Removes border from fieldset and img*/
fieldset,img
{border: 0;}

/*Left-aligns text in caption and th*/
caption,th
{text-align: left;}

/*Removes quotation marks from q*/
q:before, q:after
{content:'';}


