body {
  background:;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }
   
 
  body { margin:0px; }
			.clearfix { clear:both; }
			article { padding:20px; }
			.topheader { background-color: red; overflow: auto; }
			.topheader div { float: left; }
			.topheader nav { float: right; }
			.topheader nav { padding: 20px; }
			.topheader nav ul { background-color: white; overflow: auto; margin:0px; padding:10px 15px; list-style-type:none; margin-top:20px; }
			.topheader nav li { float: left; padding:5px 10px; }
			.topheader nav li a { text-decoration: none; color: black; }
			.topheader nav li a:hover { color: red; }
			.activenav { color: red !important; }
			.mylogo img { height:100px; }
			.container { max-width: 1080px; margin:0px auto; }
			.mylogo img:hover { -webkit-filter: brightness(90%);  }