BODY {  font-family: "tahoma";
        color:#333333;
	    font-size: 12px;
        line-height:150%;
	    text-decoration:none;
        margin-top:0px;
        margin-left:0px;
        margin-right:0px;
		margin-bottom:0px;
		background-color:#cccccc;
}
/*标准链接样式*/
a:link {color: #3795da;
	text-decoration: none;
}
a:hover {color: #ff9900;
         text-decoration: underline;
}
a:visited {color: #3795da;
         text-decoration: none;
}
/*彩色字体*/
  .Title{
        font-family: "tahoma";
        color:#FF0000;
		font-weight: bolder;
	    font-size: 16px;
        line-height:120%;
	    text-decoration:none;
 }