

a {
    border-width:0;
  }


img {
    border-width:0;
  }


body {
    background-color : #DCDCDC;
    color : black;
    font-family : Arial, 'Sans Serif';
    font-weight : regular;
  }


h1 {
    font-size:large;
    font-weight:bolder;
    font-family:sans-serif;
    color:black;
  }


h2 {
    font-size:medium;
    font-weight:bold;
    font-family:sans-serif;
    color:black;
  }


#foo {
    text-decoration : underline;
  }

