BODY {
  background-color: #DDDDDD;
}

A {
	color: blue;
  text-decoration: none;
}

A.rare {
	color: blue;
}

A.epic {
	color: purple;
}

A.legendary {
	color: orange;
}

A:hover
{
  text-decoration: underline;
}

H1 {
  text-align: center;
}

TABLE { 
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  border-left: 1px solid black;
}

TH {
  border-top: 1px solid black;
  padding: 4px;
  color: red;
  text-align: left
}

TH.number {
  text-align: right 
}

TD { 
  border-top: 1px solid black;
  padding: 4px;
  vertical-align: top; 
  text-align: left
}

TD.number { 
  text-align: right 
}