﻿a.Link
{
	color: #3B5998;
	cursor: pointer;
	text-decoration: none;
	font-size:13px;
}

a.Link:hover
{
	text-decoration: underline;
}