a:link    {color:#3c3c3c;}  /* unvisited link  */
a:visited {color:#3c3c3c;}  /* visited link    */
a:hover   {color:#777}  /* mouse over link */
a:active  {color:#3c3c3c;}  /* selected link   */ 

body
 {
	 background-color:  #fff;
 }

.ct 
{
	margin: auto;
	text-align: center;
}

img {
	width: 50%;
	height: auto;
  }

.peakinfo
{
	font-size: calc(0.6em + 1vw);
	color: #3c3c3c;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif; 
	line-height: 1.5em;
 }

 .peakhead
{
	font-size: calc(0.8em + 3vw);
}

