@charset "utf-8";
* { margin:0; padding:0;}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background: url(../images/bg.gif);
	line-height:18px; 
	letter-spacing: normal;
}


a:link,a:visited,a:hover,a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
img { border:none;}
.content { font-size:14px; line-height:22px; width:90%; margin-top:20px; margin-left:auto; margin-right:auto; text-align:left;}
