
A:visited  { color: teal; font-weight: bolder; text-decoration: none }
A:link     { color: teal; font-weight: bolder; text-decoration: none }
A:hover     { color: purple; font-weight: bolder; text-decoration: none }
A:active    { color: green; font-weight: bolder; text-decoration: blink }
A:link.und, A:visited.und, A:active.und { text-decoration: none }
A:hover.und {text-decoration: none}
A:hover.clr,A:link.clr,A:visited.clr, A:active.clr { COLOR: #FFFFFF;  TEXT-DECORATION: none}
A:hover.clr {color: #E0E0E0; text-decoration: none}
.inc {
	font-family: tahoma; font-size: 10pt; color: #838181;}
.desc {
	font-family: tahoma; font-size: 10pt;}
	
dl, dt, dd, ul, li {
margin: 5;
padding: 0;
list-style-type: none;
font-family: verdana, arial, sans-serif;
font-weight: normal;
}
#menuglobal {
position: absolute;
left: 5px;
top: 45px;
border: 0px solid gray;
}
#menulanguage {
position: absolute;
left: 5px;
top: 360px;
border: 0px solid gray;
}
.menu   { 
font-weight: bold; 
font-size: 10pt; 
line-height: 20px; 
font-family: tahoma; 
text-decoration: none; 
text-align: center; 
vertical-align: middle; 
border: solid 2px #CC6660; 
width: 128px;  
background-color: #FFFFCC;
display: block }
.menu a:hover {
text-decoration: none;
display: block;
line-height: 20px;
background-color: #ffff33;
}

.mentions {
font-family: verdana, arial, sans-serif;
position: absolute;
bottom : 200px;
left : 10px;
color: #000;
background-color: #ddd;
}


