

body {
  background-color: black;
   font-family: "times";
   color: white;
   max-width: 816px;
  margin: auto;
 cursor:  url(https://cur.cursors-4u.net/cursors/cur-8/cur762.cur), auto;
}

h1 {
  color: yellow;
  text-align: center;
  line-height: 3px;
}

h2 {
  color: yellow;
  font-size: 12px;
}

h3 {
  color: yellow;
  font-size: 42px;
   text-align: center;
}
p {
color: white;
 text-align: left;
}

#innards {
  
border: 1px double white;
padding: 50px 50px 50px 50px;
}

img {
    padding:7px;
    border:0px;
    margin:15px;
}

#quoteinnards {
  max-width: 350px;
  border: 1px solid white;
   outline-offset: -10px;
   text-align: center;
}
a:link {
  color: rgb(121,92,178);
   
}
 
 table, th, td {
  border: 1px solid;
  padding: 2px 2px 2px 2px;
}




