/* absolute minimum CSS functionality */
body {
}

h1,h2,h3,h4,h5,p {
}

div {
  text-align: left;
}

a img { 
  border-width: 0px;
  border-style: none;
  border: none 0px;
}
