@CHARSET "UTF-8";

/* elements RESET */
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, sub, tt, var,
	dl, dt, dd, ol, ul, li, button,
	fieldset, form, label, legend, input, select
	table, caption, tbody, tfoot, thead, tr, th, td, textarea {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		/*font-weight: inherit; */
		font-style: inherit;
		font-family: Arial, Helvetica, sans-serif;
		}
   
   html {height: 100%;}   
/* ENDOF elements RESET */

/* elements block and float */
   div, p {float: left}
   input  {display: block; float: left;}
   ol, ul {display: block; float: left; list-style: none;}
   li     {display: block; float: left;}
   img    {display: block; float: left; border: none;}   
/* ENDOF elements block and float */