body {
	font-family: sans-serif;
	background: #AACCFF;
}	

h1 {
  font-size: 30px;
}

.center_text {
  text-align: center;
}

.right_text {
  text-align: right;
}

.left_text {
  text-align: left;
}

table, th, td {
  border: 1px solid #000000;
  border-collapse: collapse;
  border-spacing: 0px;
}

table.center {
  margin-left:auto; 
  margin-right:auto;
}
  
th {
  text-align: center;
}

td {
  padding-left: 5px;
}

p  {
  line-height: 30px;
}

.col-no {
  width: 30px;
}

.col-name {
  width: 90px;
}

.col-surname {
  width: 140px;
}

.col-sex {
  width: 30px;
}

.col-nsa-no {
  width: 70px;
}

.col-email {
  width: 290px;
}

.col-cellphone {
  width: 100px;
}

.col-league {
  width: 50px;
}

.col-id {
  width: 30px;
}

.col-type {
  width: 160px;
}

.col-description {
  width: 610px;
}

.row-inactive {
  font-style: italic;
  color: red;
}

.row-notleague {
  font-style: italic;
  color: gray;
}

