﻿/*网页体设置*/
body {
}

/*链接设置*/

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


/*样式设置*/
.STYLE13
{
	font-size: 13px;
}
.STYLE15
{
	font-size: 15px;
	color: red;
}
.STYLE131
{
	font-weight: bold;
	font-size: 13px;
}
.STYLE16
{
	font-size: 16px;
}
.STYLE17
{
	font-size: 17px;
	color: #800000;
	font-family: 黑体;
}
.STYLE13R
{
	font-size: 13px;
	color: red;
}

