/* --------------------------------------------------------------

   reset.css
   * Resets default browser CSS.

-------------------------------------------------------------- */
html { 
	border:0; height:100%; 
}

body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  padding: 0;
  margin: 0;
  border: 0;
  font-family:"ËÎÌå";
  vertical-align: baseline;
}

/* Line-height should always be unitless! */
body {
	line-height: 1.3em;
	width:100%; 
	background-repeat: repeat-x;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Remove annoying border on linked images. */
img { border:none; }
a img { border: none; }

/* Remember to define your own focus styles! */
:focus { outline: 0; }
div {color:#000000;}
a { color:#515151; text-decoration:none; font-size:12px;}
a:hover{ text-decoration:underline; }
li { list-style-type:none;}


