html, body { border: 0; margin: 0; padding: 0 }

img { border: 0 }
img.img-left  { float: left; margin-right: 12px }
img.img-right { float: right; margin-left: 12px }

h2 { font-size: 16px; text-align: center }
h3 { font-size: 15px }
h4 { font-size: 14px }

#left {
  width: 112px;
  top: 40px; left: 10px;
  position: absolute;
}
#right   { margin: 20px 0 0 120px; text-align: center }
#top img { display: block; margin: 0 auto }
#content { width: 80%; margin: 0px auto 0 auto; padding-top: 30px; text-align: left }
#content img { margin-top: 5px; margin-bottom: 5px }

#footer { text-align: center; font-size: 11px; margin-top: 40px; margin-bottom: 20px; font-weight: normal }
#footer a { color: green }
#footer a:hover { text-decoration: underline }

body { font-family: Verdana; font-size: 15px; line-height: 19px }

p, ul { text-align: justify }

a         { color: black; text-decoration: none }
a.m       { border-bottom: 1px dashed }
a.m:hover { border-bottom: 1px solid  }