.style {
	font-family: arial;
	font-size: 13px;
	color: #000000;
}

body {		
	line-height: 1em	
}


a:link {
	color: #000000;
}
a:visited {
  color: #000000;
}
a:hover {
	color: #ff0000;
}
a:active {
	color: #000000;
}

.majuscule {
text-transform : uppercase;
font-family: arial;
font-size: 13px;
color: #000000;
}
