html {
  overflow-y: scroll;
}

body {
  margin: 0px;
}

#footer {
  text-align: center;
  font-family: Tahoma, Geneva, Helvetica, sans-serif; 
  font-size: 10px; 
  color: #8e8e8e;
  margin-bottom: 10px;
}

#footer a {
  color: #8e8e8e;
}

#footer .sep {
  margin: 0px 10px;
}

#footer .copyright {
  color:#c4ced5;
}

#footer p {
  margin-bottom: 8px;
  margin-top: 0px;
}

#content {
  margin: 0px;
  padding: 0px;
  font-family: Tahoma, Geneva, Helvetica, sans-serif; 
  font-size: 12px;
  color: #707070; 
  width: 660px; 
  text-align: justify;
  line-height: 180%;
}

#content h1 {
  color: #4da8f0;
  font-size: 22px;
}

#content h2 {
   font-size: 14px; 
   margin-top: 0px;
}

#content h3 {
  color: #4da8f0;
  font-size: 13px;
}

#content h4 {
  font-size: 12px;
}

#content a {
  color: #4da8f0;
}

#main {
  width: 1000px; 
  margin: 0em auto;
}

#menu {
	font-family: Arial, sans-serif;
	font-size: 13px; 
	color: #a0a0a0; 
	font-weight: bold;
}

#menu a {
	color: #a0a0a0; 
	text-decoration: none;
}

#menu a:hover {
	color: #4da8f0;
}
