#nav a:link {
color: white;
text-decoration: underline;
font-style: none;
font-size: 12pt;
}

#maintext a:link {
color: #0a446e;
text-decoration: underline;
font-style: none;
font-size: 12pt;
}

#nav a:hover {
color: white;
text-decoration: underline;
font-size: 12pt;
}

#maintext a:hover {
color: #0a446e;
text-decoration: underline;
font-size: 12pt;
}

#nav a:active {
color: white;
text-decoration: underline;
font-weight: bold;
font-size: 12pt;
}

#maintext a:active {
color: #0a446e;
text-decoration: underline;
font-weight: bold;
font-size: 12pt;
}


#nav a:visited {
color: white;
text-decoration: underline;
font-style: none;
font-size: 12pt;
}

#maintext a:visited {
color: #0a446e;
text-decoration: underline;
font-style: none;
font-size: 12pt;
}

body {
background-color: #0A446E;
background-position: center; 
font-family: Arial;
}

hr {
color: #0a446e;
} 

#header {
width:  75%;
height: 128px;
border: 1px solid white;
border-bottom: 0px;
background-color: #72c8f6;
font-size: 60pt;
color: #0a446e;
}

#nav {
width: 75%;
height: 32x;
border: 1px solid white;
background-color: #0a446e;
font-size: 15pt;
color: white;
}


#titel{
width: 75%;
height: 32x;
border: 1px solid white;
border-bottom: 0px;
background-color: #0a446e;
color: white;
font-style: bold;
font-size: 15pt;
}

#main{
width: 75%;
height: 256px;
border: 1px solid white;
border-bottom: 0px;
background-color: #72c8f6;
}

#maintext.p{
margin-left: 20px;
margin-right: 20px;
}


#cop{
width:75%;
height: 32x;
border: 1px solid white;
background-color: #0a446e;
color: white;
font-style: italic;
font-size: 8pt;
}