﻿/*body {
}

A
{
	font-size: 14pt;
	font-family: Arial;
	color: navy;
	text-decoration : none;
}
*/

.l
{
	background-color : Red;
}
.SelectedStyle
{
	background-color: scrollbar;
	border-right: black 0px solid;
	border-top: black 0px solid;
	border-left: black 0px solid;
	border-bottom: black 0px solid;
}

.UnSelectedStyle
{
	background-color: #99cccc;
	border-right: 1px solid;
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
}