body{
	font: normal 75% '‚l‚r ‚oƒSƒVƒbƒN',sans-serif;
	line-height:120%;
	margin: 0px;
	padding: 0px;
	color:#404040;
	}

/* general params
--------------------*/
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	margin: 0;
	padding: 0;
	line-height: 1.5;/* base line height */
	/* [disabled]text-align: left; */
	display: block;
	}

hr{
	display : none;
	}

img {
	border: none;
	vertical-align: bottom;
	}

ul li {
	list-style: none;
	}
	
/* acronyms and abbreviations styles 
-------------------------------------*/
acronym,abbr{
	cursor:help;
	border-bottom: dotted 1px;
	}
	
.midashi {
	color:#71ADC3;
	font-weight:bold;
}