﻿@charset "utf-8";

* {
	margin:0px;
	padding:0px;
}

body {
	width:100%;
	height:100%;
	color:#333333;
	line-height:180%;
	font-size:12px;
	font-family: "宋体";
}
img {
	border:0px;
}
p {
	padding-top:3px;
	padding-bottom:3px;
}

li {
	list-style:none;
}

a {
	text-decoration:none;
}
a:link {
	color:#333;
	text-decoration:none;
}
a:visited {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#CC0000;
	text-decoration:underline;
}
a:active {
	color:#CC0000;
	text-decoration:none;
}
