body {
cursor: url("images/cur1.png"), auto;
background-color: black;
background-image: url("images/bg.gif");
background-size: 700px;
}
	
p {
color: white;
font-size: 24px;
font-family: Times New Roman; 
text-align: center;
}
	
h1 {
color: white;
font-family: Times New Roman; 
text-align: center;
}
	
h2 {
color: purple;
font-family: Eras ITC; 
text-align: center;
}

.headerImg {
display: block; margin-left: auto; margin-right: auto;
z-index: 10;
}

.myButton {
display: block; 
margin-left: auto; 
margin-right: auto;
}

.alignleft {
display: block; margin-right: auto;
}

.alignright {
display: block; margin-left: auto;
}
	
headerElement {
font-family: Eras ITC; 
font-weight: bold; 
font-size: 24px; 
text-align: center; 
border-style: inset; 
border-width: 3px; 
border-color: purple;
border-radius: 4px;
background-color: rgb(35, 0, 74);
}

.header {
background-color: rgb(21, 0, 43);
}

.bttn {
font-family: Eras ITC;
font-size: 16px; 
height: 40px;
background-color: purple;
color: rgb(35, 0, 74);
}
	
.textbg {
background-color: white;
color: black;
}

.blinktext {
animation: blink 1s infinite;
font-weight: bold;
}

.blotch {
display: block;
margin-bottom:500px;
}

.buttonCont:hover img {
display: block;
transform: scale(1.1);
}

.banner {
display: block;
margin-left: auto;
margin-right: auto;
width: 100%;
height: 100%;
object-fit: cover;
}

.latesttitle {
display: block;
margin-bottom:0px;
margin-top:0px;
background-color: rgba(180,57,36,1);
font-size: 64px; 
}

.latestlink {
display: block;
margin-bottom:0px;
margin-top:0px;
background-color: rgba(180,57,36,1);
font-size: 16px; 
}

#er_top {
height: 200px;
background-image: repeating-linear-gradient(rgba(180,57,36,0), rgba(180,57,36,1));
}
