/* nav, section, footer, article {
	border-style:solid;
} */

/* Remove above comment tags when configuring section placement */

body {
    background-color: rgb(50, 50, 50);
  }
  
h1, h2, h3 {
    color: white;
    margin-left: 20px;
  }

p {
    color: white;
    margin-left: 20px;
}

li {
    color: white;
}

a {
    color: rgb(0, 189, 0);
}

#headerdiv {
	width:80%;
	max-width:1080px;
	min-width:900px;
  height:auto;
	margin:0 auto;
}

#bodydiv {
	width:80%;
	max-width:1080px;
	min-width:900px;
	height:auto;
  margin:0 auto;
}