html, body {
margin: 0px;
padding: 0px;
width: 100%;
height: 100%;
background-color: #006600;
overflow: hidden;
}
p {
font-family: Arial, sans-serif;
font-size: 1.0em;
font-style: normal;
font-weight: normal;
line-height: 1.3em;
text-align: center;
vertical-align: top;
color: #CCCCCC;
}
.legende {
font-family: Arial, sans-serif;
font-size: 0.9em;
font-style: normal;
font-weight: normal;
line-height: 1.0em;
text-align: center;
vertical-align: top;
color: #CCCCCC;
}
h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.3em;
font-style: normal;
font-weight: normal;
color: #CCCCCC;
text-align: center;
margin-top: 6px;
}
a:link {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.9em;
font-style: normal;
font-weight: normal;
color: #CCCCCC;
text-decoration: none;
}
a:visited {
color: #CCCCCC;
text-decoration: none;
}
a:hover {
color: #333333;
text-decoration: none;
}
a:active {
color: #CCCCCC;
text-decoration: none;
}

