body {
    margin: 0px;
    background-color: transparent;

    }

table.content {
    width: 100%;
    border-collapse: collapse;
    border: 0px;
    height: 100%; 
    font-family: verdana, sans-serif; 
    font-size: 11px;
    }
    
td {
	padding: 10px;
	line-height: 1.5em;
	}

col.content {width: 50%;}

img {border: 0px;}

.pasfoto {
	float: left;
	margin-right: 5px;
	}

h2 {
	font-family: times; 
	font-size: 16 px;
	}

a { 
	color: #333333; 
	text-decoration: underline; 
	padding: 3px;
	}
a:hover { 
	color: #F86566; 
	text-decoration: none; 
	border: 1px dotted black; 
	padding: 2px;
	}

ul {
	list-style: circle inside;
	padding-left: 0 px;
	}
