* {
  margin:0;
  padding: 0;
}

body {
  font-family: Verdana, Geneva, sans-serif;
  /*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif*/
  font-size: 75%;
  color: #333;
  background: #fff;
}

img {
  border: 0;
}

a {
  outline: none;
  text-decoration: none;
  color: #db2a1e;
}

a:hover {
  color: #f00;
  text-decoration: underline;
}

p {
  line-height: 150%;
}

ul,
ul li {
  margin: 0;
  padding: 0;
  line-height: 150%;
}

.clear {
  width: 100%;
  clear: both;
}


