html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 14px;
font-family: inherit;
vertical-align: baseline;
text-decoration:none;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1.2;
color: black;
background: white;
}
ol, ul {
list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight:bold;
}

h1 {
  color:#444;
  font-size:32px;
  margin:30px 0 10px 0;
}

h2 {
  color:#ccaa00;
  font-size:20px;
  margin-top:220px;
  
}

h3 {

  font-size:18px;
 
  
}

h4 {
  font-size:16px;
}

a:hover h1,a:focus h1 {
 
  color:#200;
  text-decoration:underline;

}

div#wrap {
  background:url(images/bits.jpg) 0px 0px no-repeat;
  height:400px;
  margin:50px auto;
  text-align:center;
  width:600px;
}