 
body,html {
  background: black;
  margin: 0;
  padding: 0;
}

#site {
   background: silver;
   color: black;
   width: 50%;
   margin-left: 25%;
}

a:link, a:visited, a:hover, a:active {

  color: red;
}

header {
  background: brown;
  color: white;
}

header a:link, header a:visited, header a:hover, header a:active {
	
	color: white;
}

#main-menu {

  background: orange;
  color: white;
  padding: 0;
}

#main-menu li {

  margin-right: 20px;
  list-style: none;
  display: inline;
}

#bottom-menu li {

  margin-right: 20px;
  list-style: none;
  display: inline;
}

#main-menu a:link, #main-menu a:visited, #main-menu a:hover, #main-menu a:active {

  color: white;
}

h1, h2, h3, h4, h5, h6, h7 {

	color: green;
}