body {
	margin-left: auto;
	margin-right: auto;
}

table {
	margin-left: auto;
  margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 600px;
  border: 1px solid #AFABAB;
	border-collapse: collapse;
}

th {
  height: 25px;
  border: 1px solid #AFABAB;
  background-color: #B7E5F8;
  font-size: 12px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
}

td.kn {
  height: 25px;
  border: 1px solid #AFABAB;
  background-color: #B7E5F8;
  font-weight: bold;
  font-size: 12px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
}

td {
  width: 145px;
  height: 25px;
  border: 1px solid #AFABAB;
  padding: 2px;
  font-size: 12px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
}

td.sn {
  background-color: #D7FDA4;
  font-weight: bold;
}

td.bl {
  font-weight: bold;
}

td.bk {
  font-weight: bold;
  background-color: #B7E5F8;
}

td.ak {
  background-color: #FA3F42;
}

input[type="submit"] {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 35px;
  font-size: 12px;
  cursor: pointer;
}

form {
  background: -webkit-gradient(linear, bottom, left 175px, from(#AEE7F3), to(#FFFFFF));
  background: -moz-linear-gradient(bottom, #AEE7F3, #FFFFFF 175px);
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 650px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding:10px;
  border: 1px solid #999;
  border: inset 1px solid #333;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

a:link, a:visited {
	font-size: 18px;
  color: #0D34EC;
  text-decoration: none;
  cursor: pointer;
}

a:link:active, a:visited:active {
  color: #F10673;
	text-decoration: none;
} 