Http://www.crucialwebhost.com/blog/master-stylesheet-the-most-useful-css-technique/
CSS beginners often produce some errors due to the browser's default style sheet. You can set a basic style table to restore the most basic CSS appearance.
/***** Global settings *****/html, body {border: 0; margin: 0; padding: 0 ;}body {Font: 100%/1.25 Arial, helvetica, sans-serif;}/****** headings *****/H1, H2, H3, H4, H5, H6 {margin: 0; padding: 0; font-weight: normal;} H1 {padding: 30px 0 25px 0; letter-Spacing:-1px; font-size: 2em;} H2 {padding: 20px 0; letter-Spacing:-1px; font-size: 1.5em;} H3 {font-size: 1em; font-weight: bold ;} /***** common formatting *****/P, UL, Ol {margin: 0; padding: 0 0 1.25em 0;} ul, Ol {padding: 0 0 1.25em 2.5em;} BLOCKQUOTE {margin: 1.25em; padding: 1.25em 1.25em 0 1.25em;} small {font-size: 0.85em;} IMG {border: 0;} sup {position: relative; bottom: 0.3em; Vertical-align: baseline;} sub {position: relative; bottom:-0.2em; Vertical-align: baseline;} acronym, abbr {cursor: help; letter-Spacing: 1px; border-bottom: 1px dashed;}/***** links *****/A, A: Link, A: visited,: hover {text-Decoration: underline;}/****** forms *****/FORM {margin: 0; padding: 0; display: inline;} form input, form select, form textarea {Font: 1em Arial, Helvetica, sans-serif;} form textarea {width: 100%; line-Height: 1.25;} form label {cursor: pointer ;} /***** tables *****/table {border: 0; margin: 0 0 1.25em 0; padding: 0;} table tr TD {padding: 2px ;} /***** wrapper *****/# wrap {width: 960px; margin: 0 auto ;} /***** global classes *****/. clear {clear: Both ;}. float-left {float: Left ;}. float-right {float: Right ;}. text-left {text-align: Left ;}. text-right {text-align: Right ;}. text-center {text-align: center ;}. text-justify {text-align: justify ;}. bold {font-weight: bold ;}. italic {font-style: italic ;}. underline {border-bottom: 1px solid ;}. highlight {Background: # FFC ;}. wrap {width: 960px; margin: 0 auto ;}. IMG-left {float: Left; margin: 4px 10px 4px 0 ;}. IMG-right {float: Right; margin: 4px 0 4px 10px ;}. nopadding {padding: 0 ;}. noindent {margin-left: 0; padding-left: 0 ;}. nobullet {list-style: none; List-style-image: none ;}