﻿@charset "utf-8";

body{font-size:12px;
text-align:center;
margin:0px;
background-color:#F8E7E0;
}

td{
	font-size:12px;
}

img{
	border:0px;
	}

/*默认链接样式==========================*/

a:link{
	font-size:14px;
	color:#000000;
	line-height:25px;
	text-decoration:none;
}



a:visited {

	font-size:14px;
	color:#000000;
	line-height:25px;
	text-decoration: none;
}

a:hover {
	font-size:14px;
	color:#333333;
	line-height:25px;
}



.content{font-size:14px;color:#000000;line-height:28px;}

.title{font-size:18px;color:#ff0000;font-weight:bold; line-height:30px;}
