@charset "utf-8";
*{
	margin: 0px;
	padding: 0px;
	border: 0px;
}body {
	color: 333333;
	font-size: 12px;
	line-height: px;
	background-image: url(myweb/images/bg.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #ce5505;
}
a:active {
	text-decoration: none;
	color: #333333;
}
