/*    
      Paperdoll Heaven CSS
      (c) Arto Aaltonen 2004      */



body {
  padding: 0px;
  margin: 0px;
  background-color: #ffffff;
  color: #ffffff;
}

body, td {
  color: #000000;
  font-family: 'trebuchet ms', tahoma, arial, helvetica, sans-serif;
  font-size: 11px;
}

h1 {
  font-family: 'trebuchet ms', tahoma, arial, helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  padding: 0;
  margin: 0;
}


.max_width {
  width: 100%;
}

.max_height {
  height: 100%;
}

a:link,
a:visited {
  font-family: 'trebuchet ms', tahoma, arial, helvetica, sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: #ffffff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
