html {
	font-family: verdana,helvetica,sans-serif;
	font-size: 12px;
	color:#333;
	background: #fff;
  }
h1{
  font-size: 43px;
  margin-bottom:0px;
  } 
.red {
  color:f00;
  margin-bottom:0px;
  } 
a {
  color:f00;
  }
a:hover {
  color:fff;
  background-color:f00;
  }