/* Reset browser CSS defaults */

body, html, div, p, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, blockquote, textarea, form, fieldset, input, table, th, td { 
  margin: 0; 
  padding: 0; 
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

:link, :visited { 
  text-decoration: none;		/* Removes link underlines */
}  

a img, :link img, :visited img { 
  border: none;				/* Removes blue borders from image links */ 
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body, fieldset, img {  
  border: 0; 
} 

