body {
  background: url('images/background.gif');
}

td.content {
  background: url('images/content_back.gif');
  padding-left: 10px;
  padding-right: 10px;
  color: #ff5f75;
  font: 10pt verdana, sans-serif;
}

td.bottom {
  background: url('images/content_bottom.gif') no-repeat;
}

p {
  text-align: justify;
}

img {
  border: 0px;
}

a:link, a:visited {
  color: #fa9375;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid #ffddae;
}

a:active, a:hover {
  color: #fa9375;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid #ff5f75;
}

ol {
  text-align: justify;
}

ul {
  text-align: justify;
  list-style-image: url('images/heart.gif')
}

h2 {
  font-weight: normal;
  font-style: italic;
  text-transform: lowercase;
  font-size: 14pt;
  text-align: left;
}

.infopic {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  vertical-align:text-top
}

.url {
background-color: #feda7f; 
padding-left: 5px;
padding-right: 5px;
letter-spacing: 2px;
color: #ff5f75;
font-weight: bold;
}