/****** reset style ******/
/**
 * @author Loops <pierrot at nvision dot lu>
 * 
 * Style sheet used to reset all predefined styles.
 * Tips: This style sheet enable elastic page. 
 */

body { font-size:62.5%; color:black; background-color:white }
* { font-size:1em }
frame, iframe, body, div, p, table, form, th, td, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6 { margin:0px; padding:0px }
ul { list-style:none }
frame, iframe, img, table, acronym, abbr { border:none }
table { border-collapse:collapse; table-layout:fixed; caption-side:top }
td { font-size:1.1em }
th { font-size:1.1em; text-align:left; font-weight:bold }
a { text-decoration: none }
a:hover { cursor: pointer; text-decoration: underline }
p, li { font-size:1.1em }
h6 { font-size:1.3em }
h5 { font-size:1.4em }
h4 { font-size:1.6em }
h3 { font-size:1.8em }
h2 { font-size:2em }
h1 { font-size:2.2em }