body { 
background-image : url(fond_1.gif);
margin : 0 0 0 0;
} 
h1 { 
font-size : 12pt;
color : #0067ac;
font-style : italic;
border-bottom : thin solid red;
} 
a:active.type1 { 
color : #ff0000;
text-decoration : none;
} 
a:link.type1 { 
color : #0000ff;
text-decoration : none;
} 
a:link.type1:hover { 
color : #ff0000;
text-decoration : underline;
position : relative;
top : 1.5px;
left : 1.5px;
} 
a:link.type1:visited { 
color : #0000ff;
text-decoration : none;
} 
a:link.type3 { 
color : #ffffff;
text-decoration : none;
} 
a:visited.type3 { 
color : #ffffff;
text-decoration : none;
} 
a:active.type3 { 
color : #ffffff;
text-decoration : none;
} 
a:hover.type3 { 
color : #ffff00;
text-decoration : underline overline;
position : relative;
top : 1.5px;
left : 1.5px;
}