
body,td,th {
    font-size: 20px;
}
.centrar {
    background-color: #CDCDCD;
    text-align:center;
	margin:0 auto;
}
.estilPersonalitzat{
	width: 450px;
	display: inline-block;
	text-align:center;
}

link {
	color:#59FF00;
}
.capsa {
	background-color: white;	
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 500px;
  margin: 0 auto;	
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}


tr:nth-child(2) {
  background-color: lightgreen;
}
tr:nth-child(3) {
  background-color: lightgreen;
}
tr:nth-child(4) {
  background-color: lightgreen;
}
tr:nth-child(5) {
  background-color: lightgreen;
}
tr:nth-child(6) {
  background-color: orange;
}
tr:nth-child(7) {
  background-color: orange;
}
tr:nth-child(8) {
  background-color: red;
}
tr:nth-child(9) {
  background-color: red;
}
tr:nth-child(10) {
  background-color: red;
}