﻿
a:link, a:visited 
{
	color: Blue;
	text-decoration: none;
}
a:hover 
{
	text-decoration: none;
	color:Red;
}
a:active 
{
	color: Red;
	text-decoration: none;
}
.ItemStyle 
{
	list-style-image: url(Image/Master_FA_Two/book2.gif);
	font-family: "Tahoma";
	font-size: 13px;
	vertical-align: middle;
}
.PopItemStyle 
{
	list-style-image: url(Image/Master_FA_Two/book1.gif);
	font-family: "Tahoma";
	font-size: 13px;
}


