*{
	font-family: "Comic Sans MS",Courier;
	
	color: #ccf;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html{
	background: #0e0722;
}

.huge-link {
	text-decoration: none !important;
	font-size : 2em;
}

a:link {
	color: #ffa;
    text-decoration: none;
}

a:visited {
	color: #ffa;
    text-decoration: none;
}

a:hover {	
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

.fs1p5e{
	font-size: 1.5em;
}

.fs1p25e{
	font-size: 1.25em;
}
.cntrd {
	text-align: center;
}

.mjr{
	font-size: 2em;
}

.mw100p{
	max-width: 100%;
}

#ovrly {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0; 
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
}

.ctrinovrly {
  position: absolute;
  background-color: rgba(0,0,0,1.0);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}