/* CSS Document */

p{font-family:"century Gothic";
  font-size:15px;
  colour: #000000;
  line-height: 19px;
  padding: 10px;
  }
.navigation{
	font-family: "century Gothic";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-color: #97E881;
	display: block;
	padding: 9px;
	width: 145px;
}

.navigation:hover{
	font-family: "century Gothic";
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	background-color: #B0FB9C;
	display: block;
	padding: 9px;
	width: 145px;
}
.head1{
	font-size: 36px;
	font-family: "century Gothic";
	color: #70DE27;
	font-weight: bolder;
}

.head2{
	color: #000000;
	font-family: "century Gothic";
	font-size: 36px;
	font-weight: bolder;
	line-height: normal;
}
.bold{
	font-family: "century Gothic";
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	display: block;
}
.BG-IMAGE {
	background-image: url(comp/greenMoodle.png);
}
.linkk {
	color: #70de27;
	text-decoration: underline;
}
