a:link {
    text-decoration: underline;
    color: #0000FF; 
    }
    
a:visited {
    text-decoration: underline;
    color: #F5B027;
    }
    
Body {
    font-size: 15pt;
    font-family: Helvetica, Verdana, sans-serif;
    font-style: normal;
    color: #000000;
    text-decoration: none;
    
    background:
    url(https://mine-kingdom-come.neocities.org/images/website%20decor%20LC.png) no-repeat bottom left, 
    url(https://mine-kingdom-come.neocities.org/images/website%20decor%20RC.png) no-repeat bottom right;
    background-size: 15%, 15%;
    background-color: black;
    }

h1 {
	font-size: 2em;
	color: white;
	background: url(https://mine-kingdom-come.neocities.org/images/header.png) no-repeat top;
	background-size: 60% 100%;
	padding: 25px;
	text-align: center;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	/* "text-shadow" is used for the outline/border around the lettering! */
}

h2 {
  font-size: 1.5em;
  text-align: center;
  text-decoration: underline;
  color: white;
}

p {
  color: black;
  font-size: 15px;
  background-color: #FCF7BA;
  border-radius: 10px;
  text-align: center;
  border-style: inset;
  border-color: #C90815;
  border-width: 10px;
  
  width: 75%;
  margin: auto;
  /* this is what is aligning everything to the center */
}


}

.intro {
  text-decoration: underline;
}
  
  
/*TOP NAVIGATION BAR*/

  /* Add a background color to the top navigation */
.topnav {
  background-color: #C90815;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #FCF7BA;
  color: black;
}

/* Add a color to the active/current link */
.topnav .active {
  background-color: #FCF7BA;
  color: black;
}


/* how to display the art on the webpage, LEFT SIDE */

.artdisplayleft {
  float: left;
  background-color:#FCF7BA;
  padding: 5%;
  border-style: inset;
  border-color: #C90815;
  border-width: 10px;
  border-radius: 10px;
}

.artdisplayleft img {
  float: left;
  background:#FCF7BA;
  border-style: outset;
  border-color: black;
  border-width: 7px;
}

/* how to display the art on the webpage, RIGHT SIDE */

.artdisplayright {
  float: right;
  background-color:#FCF7BA;
  padding: 5%;
  border-style: inset;
  border-color: #C90815;
  border-width: 10px;
  border-radius: 10px;
}

.artdisplayright img {
  float: right;
  background:#FCF7BA;
  border-style: outset;
  border-color: black;
  border-width: 7px;
}

















