body {
  background: #8a2bed;
  margin: 0;
  font-family:Verdana, Geneva, sans-serif;
}



a {
  color: #9bb50b;
  text-decoration: none;
}



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

header {
	text-align: center;
  width: 1000px;
  margin: 100px;
}



#logo {
  font-size: 60px;
  color: #0000FF;
text-align: center;
   width: 1000px;
  margin-top:7px;
  margin-left: 7px;
}


#logo1 {
  font-size: 60px;
  color: #0000FF;
text-align: center;
height: 300px;
   width: 1000px;
  margin-top:7px;
  margin-left: 7px;
}

#linie {
  font-size: 13px;
  color: #e6e3dc;
  font-family: "Tahoma", Arial, Helvetica, sans-serif;
  padding-top: 10px;
  	background: #8a2bed;
	  margin-top: -3px;


}



ul { 
    width: 1000px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

nav {
  text-align:right;
  font-size:12px;
  margin-top: 55px;
  font-family: "Tahoma", Arial, Helvetica, sans-serif;

}



nav li a{
  display: block;
  text-decoration: none;
  color: #e6e3dc;
  width: 120px;
  height: 24px;
  text-align: center;
  padding-top: 5px;
}

nav li a:hover {
	background: #0000FF;}



nav .on {
	background: #0000FF; }



nav, section, article {
  display : block;
}








nav ul {

    list-style: none;

	position: relative;

	display: inline-block;

}

	nav ul:after {

		content: ""; clear: both; display: block;

	}



nav ul li {
color: #fff;
	float: left;

}

	nav ul li:hover {

		background: #4b545f;

	}

		nav ul li:hover a {

			color: #fff;

		}



	nav ul li a {

		display: block;

		color: #757575; text-decoration: none;

	}





section {

  margin: auto;
  background: #6495ED;
  

  margin-top: 25px;
margin-bottom: 25px;
  padding: 10px;

  width: 1000px;

  	box-shadow: 0px 0px 9px #000080;

	padding: 10 20px;



}

section  h1{
color:#0000FF;
font-family: Tahoma, Arial, Helvetica, sans-serif;
text-align: center;
font-size: 20px;
}

section p{
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0px;
  margin-top:10px;

}







article{
  background: #ED6495;

  border: 1px solid blue;

  padding: 20px;
margin-top:5px;
  margin-bottom: 5px;

  }





#footer {

  background: #0000FF;

  height: 22px;

  font-family: "Tahoma", Arial, Helvetica, sans-serif;

  font-size:14px;

  color: #FFFFFF;

  margin-bottom: 9px;

}



#copyright {

  width: 100%;

  text-align: center;

}



#copyright a {

  color: #000000;

  text-decoration: none;

}



#copyright a:hover {

  color: #728507;

  text-decoration: underline;

}



