/*标准样式*/
body{
        margin-top:10px;
        margin-left:10px;
		background-color:#F0f0f0;
      	font-family:"tahoma";
      	color:#333333;
      	font-size:12px; 
}

/*标准链接样式*/
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:#000000;
		font-weight: bolder;
	    font-size: 12px;
        line-height:120%;
	    text-decoration:none;
 }
   .Blue{
        font-family: "tahoma";
        color:#337ad2;
		font-weight: bolder;
	    font-size: 12px;
        line-height:120%;
	    text-decoration:none;
 }
    .white{
        font-family: "tahoma";
        color:#ffffff;
	    font-size: 12px;
        line-height:120%;
	    text-decoration:none;
 }