/*
#38352E - borders
#E6B84C - accent
#4D4342 - text
#CF4F84 - pink text
#EDEBD7 - background
#55A1B4 - links
*/

body {
  background-color: #EDEBD7;
  color: #4D4342;
  font-family: Verdana;
  margin: auto;
  width: 85%;
}

h1 {
  background-color:#E6B84C;
  outline-color:#38352E;
  outline-style:dotted;
}

/*h1 {
  color:#CF4F84;
}*/

/* - - - - - - - - - - */

a {
  color:#55A1B4;
}

/* - - - - - - - - - - */

.center {
  text-align: center;
}

.left {
  text-align: left;
}
