@font-face {
    font-family: 'danzig';
    src: url('../fonts/danzig4p-webfont.woff2') format('woff2'),
         url('../fonts/danzig4p-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
	line-height: 1;
	background-color: #000000;
	background-image: url(../images/bg-rainbowzebra.jpg);
	text-align: center;
}

p{
	font-size: 90%;
	color: white;
	font-family: Arial, monospace;
	line-height: 95%;
	padding: 10px;
	padding-top: 15px;
	background-color: #000000;
	outline: 1px solid #00ff04;
}

p b{
	font-size: 90%;
	color: #b62eff;
	font-family: Arial, monospace;
	line-height: 100%;
	padding: ;
	padding-top: ;
	background-color: #000000;
	outline: ;
}
p a{
	color: #ff00d0;
	text-decoration: none;
}
p a:hover{
	color: #8c00ff;
	text-decoration: underline;
}

.gallery{
background-color: #000000;
text-align: center;
border: 1px solid #00ff04;
font-size: 11px;
    padding:10px;
color: white;
  width:650px;
  height:500px;
overflow-y:scroll;
overflow-x:hidden;
font-family: Arial, monospace;
  font-size: 11px;
  margin-right: auto;
  margin-left: auto;
}

.gallery2{
background-color: #000000;
text-align: center;
border: 1px solid #00ff04;
font-size: 11px;
    padding:10px;
color: white;
  width:650px;
  height:315px;
overflow-y:hidden;
overflow-x:scroll;
    white-space: nowrap;
font-family: Arial, monospace;
  font-size: 11px;
  margin-right: auto;
  margin-left: auto;
}

#galleryimg {
    filter: none;
    -webkit-filter: grayscale(0%);
   border-width:2px;  
border-style: solid;
  border-color:	#00ff04;
}

#galleryimg:hover {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
   border-width:2px;  
border-style: solid;
  border-color:	#00ff04;
}

.myClass{
	text-align: left;
	outline: 2px purple dashed;
}

/* Start https://www.cursors-4u.com */ * {cursor: url(https://cur.cursors-4u.net/holidays/hol-4/hol337.cur), auto !important;} /* End https://www.cursors-4u.com */