body {
	font-size: 16px;
	line-height: 25px;
	background: #fdffab;
	text-align: center;
	  background-color: #fdffab;
  background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 9px,
    #e3c7ff 9px,
    #e3c7ff 10px
  );
}
nav {
	text-align: center;
	
}
header h1{
	margin: 0;
	padding-top:40px;
	color: #8681BD;
	font-size: 140px;
}
h2{
	font-size: 80px;
	color: #00bfff;
}
p{
	margin-left: 200px;
	margin-right: 200px;
	font-size: 30px;
	color: #8681BD;
}
ul li {
	list-style-position:inside;
}
article{
	margin-left: 200px;
	margin-right: 200px;
	font-size: 30px;
	color: #8681BD;
}
ol li {
	list-style-position:inside;
}
table, th, td{
	border: 2px solid #8681bd;
	text-align: center;
}

a {
	text-decoration: none;	
	color: #8681BD;
}
fieldset{
	background-color: #fdffab;
}