/* CSS Document */

body{
	padding:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif, ËÎÌå;
	font-size:12px;	
	text-align: center;
	color:#333333;
	margin:0 auto;
}
div{
   margin:0;
   padding:0;
   text-align:left;
}
a{
   color:#000;
   text-decoration:none;
}
a:hover{
   color:#000;
   text-decoration:none;
}
h2{
    font-size:14px;
	color:#000;
	font-weight:bold;
	height: 20px;
	border-bottom:1px dashed #ccc;
	clear:both;
}
ul, li{
  list-style-type:none;
}
