﻿body {
}
.StepsLink
{
	font-size: 14px;
	color: #010101;
	text-decoration: none;
	font-weight: normal;
}
.StepsLink:hover
{
	font-size: 14px;
	color: #616161;
	text-decoration: none;
	font-weight: normal;
}

.Underline
{
	border-bottom-color:Gray;
	border-bottom-style:solid;
	border-bottom-width:1px;
}