﻿
.btn
{
	text-decoration:none;
	color: white;
	background-color:Black;
	line-height: 17px;
	height:19px;
	font-size:10px;
	border:0px;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
}
.btn:hover
{
	background-color:Gray;
}
