body	{
	font-family: courier;
	font-size: 16px;
	background: Cornsilk;
}
h1 {
	color: Cadetblue;
	font-family: 'GreatVibesRegular'; 
   font-weight: normal; 
   font-style: normal; 
   font-size: 80px;
   text-align: center;
   text-shadow: 2px 1px 1px #95BFAE;
}

.text {
	color: black;
   font-family: 'timesnewroman'; 
   font-weight: normal; 
   font-style: normal; 
   text-align: justify;
   padding-top: 2%;
   padding-left: 35%;
   padding-right: 35%;
   line-height: 15pt;
}


a{text-align:center;}
a:hover {color: Cadetblue;}
a:visited{color: Cadetblue;}
