html, body{
	width: 100%;
	background-color : #ffe3f1;
}
table{
    margin: 0 auto;
}


p{
	text-align: center;
  font-weight : 500;
  font-size : small;
  font-style : normal;
}
H1{
	font-size: x-large;
	font-family: sans-serif;
	font-weight: 700;
	text-align: center;
}
A{
	color: blue;
}
A:LINK{
	color: blue;
}
A:VISITED{
	color: gray;
}
TD{
  font-weight : 500;
  font-size : small;
  font-style : normal;
}