<style type="text/css">
<!--
/*
首页顶部的字体的颜色、字、大小定义
font-family: "Vineta BT";

.BEAUTYSHOP {
	
	font-family: "Dutch801 XBd BT"
	font-size: 100;
	color: #FFFFFF;
	
	
	
}*/
.beautyshop{
font-family:"Dutch801 XBd BT";
font-size:larger;
color:#FFFFFF;

}
.topfont { 
   font-family: "黑体";
   font-size: 14px ;
   color: #004B44;


}
.bottomfont {
	font-family: "黑体";
	font-size: 13px;
	color: #ffffff;
}

.bottom {
	font-family: "宋体";
	font-size: 12px;
	color: #004B44;
}
/*
文章内容与链接样式
*/
.txjmeng{
    font-family: "宋体";
	font-size: 13px;
	color: #000000;
}
/*
文章内容与添加时间链接样式
*/
.contentfont{
    font-family: "宋体";
	font-size: 12px;
	color: #000000;
}
.addtime {
   font-family: "宋体";
	font-size: 10px;
	color: #000000;
}
/*
网页底部链接方式的样式

*/
a.contentfont:link {
text-decoration: none;
}
a.contentfont:visited {
	text-decoration: none;
	color: #000000;
}
a.contentfont:hover {
	text-decoration: underline;
	color: #000000;
}
a.contentfont:active {
	text-decoration: none;
	color: #000000;
}




/*
网页底部链接方式的样式

*/
a.bottomfont:link {
text-decoration: none;
}
a.bottomfont:visited {
	text-decoration: none;
	color: #ffffff;
}
a.bottomfont:hover {
	text-decoration: underline;
	color: #ffffff;
}
a.bottomfont:active {
	text-decoration: none;
	color: #ffffff;
}


/*
首页链接方式的样式

*/
a.topfont:link {
	text-decoration: none;
}
a.topfont:visited {
	text-decoration: none;
	color: #004B44;
}
a.topfont:hover {
	text-decoration: underline;
	color: #004B44;
}
a.topfont:active {
	text-decoration: none;
	color: #004B44;
}/*
链接样式结束
*/
-->
</style>