/*
===== CONTENTS ===========================================

	1: universal reset 
	2: body and base setting
		: general params
		: acronyms and abbreviations styles
	3: link setting

==========================================================
*/


/*
===== 1: universal reset =================================
*/

*{
	margin: 0;
	padding: 0;
}


/*
===== 2: body and base setting ===========================
*/

body {
	font: normal 1.6 verdana, arial, sans-serif;
	background: #ffffff;
	color: #666666;
}

/* general params
--------------------*/
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	margin: 0;
	padding: 0;
	text-align: left;
	display: block;
}

sub {
	_font-size:8.5pt;
	vertical-align:baseline;
}

table {
	margin : 0;
	empty-cells: show;
}

ul {
	list-style: none;
}

* html ul li {
	margin-bottom: 5px;
}
li li{
	font-size: inherit;
}

img, object, param {
	border: 0;
	vertical-align: bottom;
}





/* acronyms and abbreviations styles 
-------------------------------------*/
acronym,abbr { }



/*
===== 3: link setting ===========================
*/


a:link {
	color: #FF0000;
	text-decoration:none;
}

a:visited {
	color: #FFA1A1;
	text-decoration:none;
}

a:hover {
	color: #FF0000;
	text-decoration:underline;
}

a:active {
	color: #FF0000;
	text-decoration:underline;
}
