html{
	background-image: url(images/watercolor.png);
	background-color: #F4F9F9;
	font-size: 0.875rem;
}

body {
	width: 1068px;
	margin: 20px auto;
	}

p {

	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #3E535b;
	font-size: 15PX;
	
}

	a:link { color: #3E535b }
	a:visited { color: #688B99;}
	a:hover { color: #09C;}
	a:active {color: #0CF;}


h1  {
	text-align: center;
	font-family:  "Trebuchet MS", Helvetica, sans-serif;
	font-style: bold;
	color: #1c2b31;
}

h2 {
text-align: center;
font-family:  "Trebuchet MS", Helvetica, sans-serif;
font-style: bold;

}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 250px;


 
}

ul { display:table; margin:0 auto;
font-size: 15px;
}


footer p {
 text-align: center;
}