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;
}
h2 {
	color: Cadetblue;
	font-family: 'DatalegreyaDot'; 
   font-weight: normal; 
   font-style: normal; 
   font-size: 30px;
   text-align: center;
   margin-top:-65px;
   text-shadow: 2px 1px 1px #95BFAE;
}
.text {
   font-family: 'timesnewroman'; 
   font-weight: normal; 
   font-style: normal; 
   text-align: justify;
   padding-top: 100px;
   padding-left: 35%;
   padding-right: 35%;
   line-height: 15pt;
}

mark { 
background-color: black;
color: black;
}

a{text-align:center;}
a:hover {color: Cadetblue;}
a:visited{color: Cadetblue;}
