body {
  background-image:url("/page_elements/artpage.jpg");
  background-size:100%;
  color: black;
  font-family: Times;
  text-align:center;
  font-size: 12
}

  h1{
    text-align:center;
    font-family:Brush Script MT, cursive;
    font-weight:bold;
  }
    
  a:link {
    color:midnightblue;
    font-weight:bold;
}

  a:visited {
    color:purple;
}

a:hover, a:active {
  text-decoration:underline;
  color:black;
}

 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: grey;
    position: fixed;
    top: 0;
    width: 100%;
}

  li {
    float: left;
    list-style-type: none;
    background-color: grey;
}

  li a {
    display: block;
    padding: 8px;
    background-color: grey;
}

  li a:hover {
    background-color: lightgrey;
}

.text{
   margin-top:50px;
   margin-bottom:20px;
   margin-left:30%;
   margin-right:30%;
   overflow: hidden;
   outline-color:grey;
   background-image:url("/page_elements/Distressed.jpg");
   background-repeat:no-repeat;
   background-size:100%;
   padding:3px;
}