CSS (detallado)
body {
background-color: #bbcccc;
color: #000000;
font-family: Verdana, Helvetica, Arial, sans-serif;
margin-top: 1%;
margin-right: 15%;
margin-bottom: 1%;
margin-left: 15%;
padding-top: 20px;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 20px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #000000;
border-right-color: #000000;
border-bottom-color: #000000;
border-left-color: #000000;
}
h1 {
background-color: transparent;
color: #336699;
}
p {
font-size: 90%;
line-height: 150%;
}
div#kasten1 {
background-color: #cedbdb;
color: #000000;
}
span.rot {
background-color: transparent;
color: #990000;
}
div#kasten1 p {
text-align: center;
font-weight: bold;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
}
a:link {
font-family: Arial, sans-serif;
font-weight: bold;
text-decoration: underline;
background-color: transparent;
color: #465e5e;
}
a:visited {
font-family: Arial, sans-serif;
font-weight: bold;
text-decoration: underline;
background-color: transparent;
color: #0066cc;
}
a:hover {
font-family: Arial, sans-serif;
font-weight: bold;
text-decoration: none;
background-color: #465e5e;
color: #ffffff;
}
a:active {
font-family: Arial, sans-serif;
font-weight: bold;
text-decoration: underline;
background-color: transparent;
color: #aa0000;
}
a:focus {
font-family: Arial, sans-serif;
font-weight: bold;
text-decoration: underline;
background-color: transparent;
color: #aa0000;
}