﻿body
{
	margin: 0;
	padding: 0;
	font: normal 100% Arial;
	background-color: #fff;
	font-size: 12px;
	font-family: Verdana Arial 宋体;
}

#vAll
{
	margin-top: 0px;
	margin-bottom: 0px;
}

.Menu
{
	color: White;
	width: 100%;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	margin-top: 5px;
	border-bottom-color: White;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

.MenuItems
{
	width: 99%;
	height: 18px;
	line-height: 18px;
	font-size: 11px;
	margin-left: 5px;
}

A
{
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
}

A:hover
{
	color:Purple;
	background: inherit;
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
}



