body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.sm
{
	text-decoration: none;
	color: black;
	font-family: Arial;
	font-size: 10px;
}
a.button
{
	border: 1px black solid;
	background-color: #aaa;
	padding: 5px;
	text-decoration: none;
	color: black;
	font-family: Arial;
	font-style: normal;
	font-weight: 400;
}
/*line on tables*/

.l {border-left: 1px #000 solid;} 
.r { border-right: 1px #000 solid;} 
.b { border-bottom: 1px #000 solid;}
.t { border-top: 1px #000 solid;}
