@charset "utf-8";

html {
 overflow-y: scroll;
}

header{
	text-align:center;
	margin-bottom:30px;
}

h1{
	margin:15px;
}

body{
	line-height:1.5;
}

body p{
	color:#555;
	font-size:14px;
}

a:link{
	color:#222;
	font-weight:bold;
}

a:visited{
	color:#222;
	font-weight:bold;
}

a:hover{
	color:#8fae79;
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

 


#pageTop a {
  display: block;
  z-index: 999;
  padding: 20px;
  border-radius: 5px;
  background-color: #bec688;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

 

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}