* {
  margin: 0px;
  padding: 0px;
  
}

body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10px;
  line-height: 1.4em;
  background: none;
  color: black;
  width: 1024px;
  margin: 20px;
}
a {
  color: #222;
  text-decoration: none;
}
a,
a:hover,
a:active,
a:visited {
  outline: 0px;
}
a:hover {
  color: black;
  background: #33ff33
}
img {
  outline: 0;
  border: 0;
}
h1 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: #222;
  margin-bottom: 10px;
}
h2 {
  font-size: 12px;
  font-weight: normal;
  color: black;
  margin-bottom: 21px;
}

boxshadow {
  box-shadow: 10px 10px 10px 10px lime;
  height: 100px;
  position: fixed;
  top: 100px;
  width: 100%;
  z-index: 100;
  }

t1 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  color: #222;
  margin-bottom: 10px;
}

t2 {
  margin: 0;
  padding: 0;
  font-size: 10px;
  font-weight: normal;
  color: black;
  margin-bottom: 21px;
}

def1  {
  position: relative;
  font-size: 10px;
  font-weight: normal;
  color: black;
  margin-top: 20px;
  margin-left: 0px;
  width: 320px;
  overflow: hidden;
  
}

h3 {
  font-weight: normal;
  font-size: 20px;
  color: #222;
  margin-bottom: 21px;
}
h4 {
  color: black;
  font-weight: normal;
}
p {
  margin-bottom: 20px;
  width: 500px;

//NAVIGATION//

}
nav {
  overflow: hidden;
  border-top: 0px solid black;
  border-bottom: 0px solid black;
  padding: 10px 0;
  background: white;
  width: 160px;
  margin-left: 0px;
}

nav li {
  list-style: none;
  margin-right: 20px;
  font-size: 12px;
  font-weight: bold;
  float: left;
}

nav li a.active {
  color: black;

}
nav.submenu {
  border-top: none;
  margin-bottom: 20px;
}

nav.submenu a {
  font-weight: normal;
}

section.content {
  margin-top: 40px;

//Footer//
}
footer {
  padding-top: 20px;
  margin-top: 20px;
  font-size: 10px;
  color: #222;
  background: white;
}
footer a {
  color: black;
}
footer a:hover {
  color: #222;
}