body {
	background-color: #004389;
	color: White;
	font-family: Arial, Helvetica, sans-serif;
}
table {
        width: 800px;
}

td.foto {
        width: 100px;
        text-align: right;
}
td.man {
        width: 400 px;
        vertical-align: bottom;
        border-bottom-color: #25BAE2;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        font-size: 11pt;
}
h2 {
        font-size: 12pt;
        font-weight: 700;
        text-align: left;
}

p.text {
        width: 600 px;
        font-size: 11pt;
        text-align: justify;
}
h1 {
        text-align: center;
}
p.disk {
        width: 600px;
        font-size: 11pt;
        font-family: Arial;
        font-style: italic;
        font: 9pt;
        text-align: justify;
}
p, ul {
        width: 400 px;
        font-size: 11pt;
        padding-left: 100px;
}
li {
        width: 400 px;
        font-size: 11pt;
}
a, a:active, a:focus, a:link, a:visited {
	color: White;
}

a:hover {
	color: Yellow;
	font-weight: 900;
	text-decoration: none;
}





