<html>
<head>
<style>

body {
color: black;
}

a:link {
color: blue;
text-decoration: none;
}

a:visited {
color: #497fbf;
text-decoration: none;
}

a:hover {
color: #00aeed;
text-decoration: bold;
}

a:active {
color: blue;
}

h1 {
font-family: Arial;
font-size: 14pt;
text-decoration:none;
}

h2 {
font-family: Arial;
font-size: 14pt;
font-style: strong;
border-bottom-height: 0.5px; 
border-bottom-width: 1px;
border-bottom-style: solid; 
border-bottom-color: lightgrey;
}

h3 {
font-family: Arial;
font-size: 11pt;
border-bottom-height: 0.5px; 
border-bottom-width: 1px;
border-bottom-style: solid; 
border-bottom-color: lightgrey;
}

h4 {
font-family: Arial;
font-size: 9pt;
font-style: strong;
}

h5 {
font-family: Arial;
font-size: 9pt bold;
border-bottom-height: 0.5px; 
border-bottom-width: 1px;
border-bottom-style: solid; 
border-bottom-color: lightgrey;
text-transform: uppercase;
}

p {
color: black;
font-family: Arial;
font-size: 9pt;
}

li.person {
list-style-type: square;
color: black;
font-family: Arial;
font-size: 9pt;
}

li.reltype {
list-style-type: circle;
color: black;
font-family: Arial bold;
font-size: 9pt;
}

li.bmd {
list-style-type: circle;
color: black;
font-family: Arial;
font-size: 9pt;
}

li.pdf {
list-style-image: url(pdficon.gif);
color: black;
font-family: Arial;
font-size: 9pt;
}

li.web {
list-style-image: url(link_icon.gif);
color: black;
font-family: Arial;
font-size: 9pt;
}

li.chat {
list-style-image: url(board.gif);
color: black;
font-family: Arial;
font-size: 9pt;
}

.surnametitle {
padding: 1px;
top: 0.5px;
left: 60%;
width: 22%;
position: absolute;
text-transform: uppercase; 
}

.contentcolumn {
padding: 1px;
top: 155px;
left: 33%;
width: 65%;
background: white;
position: absolute;
}

.namelistcolumn {
padding: 0px;
top: 110px;
left: 0px;
width: 40%;
background: #ffffff;
position: absolute; 
}

.nameheader {
padding: 10px;
top: 97px;
left: 25%;
width: 65%;
position: absolute; 
}

.headline {
padding: 1px;
top: 100px;
left: 9px;
width: 98%;
position: absolute;
}

.column1 {
padding: 5px;
top: 115px;
left: 10px;
width: 35%;
background: #ffffff;
position: absolute;
}

.column2 {
padding: 5px;
top: 115px;
left: 40%;
width: 35%;
background: #ffffff;
border-color: black;
border: 1px;
position: absolute;
}

.column3 {
padding: 5px;
top: 50px;
left: 80%;
width: 15%;
position: absolute;
}

</style>
</head>
<body>
</body>
</html>

