﻿
ul {

}
li 
{
line-height: 1.5em;

}
ul a:hover
{
	color:Red;
}
.Menu
{
	text-decoration:none;
}
.Item:Link
{
	color:Gray;
}
/*
A:link { font-family:Verdana;color: #CC3300; text-decoration:none;}
A:visited { font-family:Verdana;color: #CC3300; text-decoration:none;}
A:active { font-family:Verdana;color: red;  text-decoration:none;}
