body {
    background-color: #000000;
    color:white; font-family:helvetica, arial;
}

a{
    font-weight:bold;
    text-decoration:none;
    color: #FFFFFF;
}

a.gal{
    background-color:#202020;
    padding:2px;
    border-style:solid;
    border-width:1px;
    border-color:#505050;
}


h1{
    font-family:helvetica, arial;
    font-size: 15pt;
}

p{
    font-family:helvetica, arial;
    text-align:justify;
    text-indent:1.0cm;
}

table{
    height:100%;
    width:100%;
}

table.cv{
    border-style:none;
    height:100%;
    width:100%;
}

td{
    border-style: solid;
    border-width: 1px;
    border-color: #505050;
}

td.nb{
    border-style:none;
}

td.mEntry{
    padding:2px;
    background-color:#202020;
}

td.content{
    padding:5px;
    text-align: center;
}

td.photo{
    text-align:center;
    height:100%;
}

td.nomPhoto{
    background-color:#202020;
    font-weight:bold;
    text-decoration:none;
    color: #FFFFFF;
    padding:2px;
    text-align:center;
}

img{
    border:0px;
    margin:5px;
    vertical-align:middle;
}

div.arr{
    position:absolute;
    top:500px;
    width:0px;
    height:0px;
}