
/**
 * CSSReset
 * @author Jerome Coloma
 * @email jeromecoloma@gmail.com
 * @version 1.0.1
 *
 * @update 2007-07-30
 * @update 2007-07-19
 * @update 2006-12-26
 */
 
 
/**** css reset ****/

html, body, div, dl, dt, h1, h2, h3, h4, h5, h6, div, pre, form, p, a, ul, ol, li, input, textarea, select, fieldset, blockquote, address, table, tbody, thead, tfoot, tr, td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

body {
	font-size:62.5%;
}

p {
	font-size:1.0em;
	padding:1.0em 0;
}

select {
	font-size:0.9em;
	margin:0.5em 0;
}

fieldset, img {
	border:0;	
}

table {
	border-collapse: collapse;
	border-spacing:0;
}


h1 {
	font-size:140%;
	font-weight:bold;
}

h2 {
	font-size:120%;
	font-weight:bold;
}

h3 {
	font-size:114%;
	font-weight:bold;
}

h4 {
	font-size:100%;
	font-weight:bold;
}

h5 {
	font-size:100%;
	font-weight:bold;
}


/*
ul{
	list-style-type: square;
}

ul ul{
	list-style-type: disc;
}

ul ul ul{
	list-style-type: none;
}
*/
textarea {
	font-size:1.0em;
}


/**** end css reset ****/



