<!--
html, body {

margin: 10px 10px;
color: #ffffff;
background-color: #000000;
font-family: "Verdana", "Arial", "Helvetica", sans-serif;
}

h1 {
font-size: 20px;
letter-spacing: 2px;
font-weight: 600;
}

h2 {
font-size: 18px;
letter-spacing: 1px;
font-weight: 400;
}

h3 {
font-size: 14px;
letter-spacing: 1px;
font-weight: 400;
}


a:link { text-decoration:none;  color:#FFFFFF;}
a:visited { text-decoration:none;  color:#FFFFFF;}
a:hover { text-decoration:underline; }
a:active { text-decoration:underline; }
a:focus { text-decoration:none; }

.text {  font-size: 11px; color: #FFFFFF; line-height: 17px}
.Link {  font-size: 11px; color: #FFFFFF; font-weight: bold}

.paradise-logo {
margin: 16px 0;
}

.slogan {
width: 393px;
margin: 20px auto;
}

/* Last modified by dipl.-des. matthias wolf 2007-06-12T13:45+01:00 */
-->