* {
  margin: 0;
  padding: 0;
  border: none;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 24px;
  color: #fff; 
}

a {
  color: #ee2e24;
  text-decoration: none;
}

a:hover { 
  color:#383838;
}

a:active {
  color: #383838;
  text-decoration: underline;
}

a:focus {
  outline:none; 
}

h1 {
  margin-left: 50px;
  margin-bottom: 15px;
  
  font-family:  Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
}

.left { float: left; }
.right { float: right; }
.clear, .clear-all { clear: both; }
.clear-left { clear: left; }
.clear-right { clear: right; }



