body {
  background: #fff;
  color: #ffffff;
  font-family: "Century Gothic";
}

h1 {
	color: #fff;
	text-align: center;
	background: #b0e0e6;
}

#wrap {  
  background: #CCC;
  height: 600px;
  width: 30%;
  margin: 0 auto;
}

.line {
  border: solid 1px #000;
  background: #b0e0e6;
}

.article {
  background: #FFF;
  color: #000;
  width: 30%;
  }

li { 
	list-style: none;
}

a {
	text-decoration: none;
}
a:link{
  color: #00a6aa;
}
a:visited{
  color: #3c4b69;
}
a:hover {
  color: #bf87c0;
}