﻿/*页面整体控制*/
BODY
{
    font-size: 9pt;
	background-color:#000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: white;
	text-decoration: none;
	line-height:20px;
	vertical-align: middle;

}



/*旅游线路标题*/
.linetitle {
	color: #BFCE0D;
        font-size: 10pt;
	font-weight: bold;
}

.yellowlinetitle {
	color: #EB7C00;
        font-size: 10pt;
	font-weight: bold;
}
.dowtext {
	color: #000000;
        font-size: 9pt;
}


/*普通链接控制*/
a:link
{
	color: black;
	text-decoration: none;
	font-size: 9pt;
} /* 未访问的链接 */
a:visited
{
	color: black;
	text-decoration: none;
	font-size: 9pt;
} /* 已访问的链接 */
a:hover
{
	color: white;
	text-decoration: none;
	font-size: 9pt;
} /* 鼠标在链接上 */
a:active
{
	color: blue;
	text-decoration: none;
	font-size: 9pt;
} /* 激活链接 */

/*普通链接控制*/
a.white:link
{
	color: white;
	text-decoration: none;
	font-size: 9pt;
} /* 未访问的链接 */
a.white:visited
{
	color: white;
	text-decoration: none;
	font-size: 9pt;
} /* 已访问的链接 */
a.white:hover
{
	color: black;
	text-decoration: none;
	font-size: 9pt;
} /* 鼠标在链接上 */
a.white:active
{
	color: blue;
	text-decoration: none;
	font-size: 9pt;
} /* 激活链接 */
