body, html {
	padding: 0;
	margin: 0;
	height: 100%;
	background: #000;
	font-size: 12px;
	font-family: Calibri, sans-serif;
cursor:url('https://file.garden/aIQELemIfCw2h8MN/Normal.cur'), auto;
/*
cursor by By: Daniel W. (http://www.rw-designer.com/user/3779)
*/
}

.page {
	padding: 12px;
	background: #000;
	background: #000;
}

.page h1:first-child {
	margin-top: 0;
}

img {
	max-width: 100%;
}
iframe {
	border: 0;
	width: 100%;
	height: 100%;
}

h1, h2, h3, h4 {
}

h1 {
}

h2 {
}

.wrapper {
	border: 6px ridge;
	width: 700px;
	margin: auto;
	margin-top: auto;
	box-sizing: border-box;
}

.header {
	border-bottom: 6px ridge;
	height: 75px;
	box-sizing: border-box;
	position: relative;
}

.main {
	display: flex;
}

.side {
  border-right: 6px ridge;
  width: 200px;
  padding: 12px;
  box-sizing: border-box;
  background: #000000;
  color: white;
  min-height: 760px;
}

.content {
	flex-grow: 1;
}

.button {
	display: block;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 12px;
	font-size: 17px;
	background-image: url('buttonbg.jpg');
	border-radius: 5px;
	color: #000;
	text-decoration: none;
	text-shadow: 0 0 5px #FF0000;
	letter-spacing: 1px;
	border: 1px solid #FF0000;
}

.button:hover {
	text-decoration: underline;
}

.wrapper-body {
	background-image: url('0004.gif');
	background-repeat: repeat-x;
	background-position: bottom; 
}

.title {
 margin-left: auto; margin-right: auto; margin-top: auto; margin-bottom: auto; height: 50px;
}

h1 {
	color: #ff0000;
	border-bottom: 1px dashed;
}

h2 {
	color: #ff0000;
}

a {
	color: red;
}
a:hover {
  background-color: white;
}
.texty {
color: #FF0000;
font-family: Helvetica;
}
.writing {
color: white;
font-family: Helvetica;
font-size: 14px
}
.textytwo {
color: #FF0000;
font-family: Helvetica;
font-size: 14px;
}
.logo {
width: 50%;
margin: auto;
}
/***
EZ Gallery by netfriend - https://netfriend.neocities.org/ez-gallery/
Released under the Unlicense - https://unlicense.org/
***/

.ezgallery.montage { 
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.ezgallery.montage img {
  flex: auto;
  margin: 0 5px 5px 0;
  object-fit: contain;
  object-position: bottom;
}

.ezgallery.horizontal { 
  display: grid;
  grid-gap: 5px;
  gap: 5px;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  grid-auto-rows: minmax(100px, auto);
}

.ezgallery.horizontal a {
  text-align: center;
}

.ezgallery.horizontal img {
  text-align: center;
  vertical-align: middle;
  margin: 0 5px 5px 0;
  max-width: 100px;
  max-height: 100px;
  object-fit: contain;
  object-position: bottom;
}