#inhalt {
color: blue;
background: #4de0fa;
padding: 0 0 0 15px;
}


a:link {
color: #6600FF;
background-color: transparent;
text-decoration: underline;
}

a:visited {
color: #0000FF;
background-color: transparent;
text-decoration: underline;
}


a:focus {
color: red;
background-color: transparent;
text-decoration: underline;
}

a:hover {
color: red;
background-color: transparent;
text-decoration: underline;
}

a:active {
color: red;
background-color: transparent;
text-decoration: underline;
}

.links {
background-color: #aff3ff;
padding: 8px;
margin: 20px;
height: 70px;
border-left-width: 5px;
border-left-style: solid;
border-bottom-style: dashed;
border-bottom-width: 3px;
border-color: #0000ff;
font-size: 13px;
color: blue;
}

