body {
  background-color: rgb(241, 241, 241);  /* CHANGE PAGE COLOR HERE */
  margin: ;
  color:rgb(0, 0, 0); /* CHANGE TEXT COLOR HERE */
  font-size: ;
  margin-left: 10%; 
  margin-right: 10%;
  font-size: 1em ; /* default 16px */
  font-family:'Vendetta, serif;
}

p {
color: #030303;
  /* line-height: ; */
}

h1 {
  text-align: left;
  color: #9c40afe2;
  margin-left: 30%; 
  margin-right: 20%;
  font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

h2 {
  text-align: left;
  color: #9c40afe2;
  margin-left: 10%; 
  margin-right: 10%;
}

ul {
  /*background-color:#ccc;*/
  color: #040404;
  margin-left: 12%; 
  margin-right: 12%
}

ol {
    color: #000000;
  }


nav {
  background-color: #000;
  padding: 50px 12px 8px 12px;
}

#content {
  width: ;
  margin-left: ;
}

/* /// LINKS /// */

a:link {
  color: ;
  text-decoration: none ; /* "none" =  no underline */
}

a:hover {
  color:;
  text-decoration: underline;
}

a:visited {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}





/*
* {
    border: 2px solid red;
    border-radius: 5px;
}
*/