﻿body {

}

#students {
	margin-left: 20px; 
	border-color:Gray; 
	border-style:double;
	text-align: center;
}

#students td {
	width: 200px; 
	/*border-color:Gray; 
	border-top:none; 
	border-left:none; 
	border-right:thin solid; 
	border-bottom:thin solid;*/
	text-align: center;
}

.label {
	background-color:#EDEDF8; 
	color:#000000;
	border-top:none; 
	border-left:none; 
	border-right:none; 
	border-bottom:thin solid;
	text-align: center;
	font-weight: bold;
}

