@charset "UTF-8";
html, body{
	width: 100%;
	background-color: #ffcece;
}
table{
    margin: 0 auto;
}
body{
	-webkit-text-size-adjust: 100%;
}

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;
}