A:LINK {
	text-decoration : none;
	color : White;
	font-size : 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
}

A:VISITED {
	text-decoration : none;
	color : White;
	font-size : 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
}

A:HOVER {
	text-decoration : underline;
	color : White;
	font-size : 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
}
.text {
    font-size : 10px;
	color : Black;
	font-family : Verdana,Arial,Helvetica;
	font-weight : bold;
}

A.text:link  {
    font-size : 10px;
   	color : Black;
   	text-decoration : none;
}

A.text:visited  {
    font-size : 10px;
   	color : Black;
   	text-decoration : none;
}
         
A.text:hover {
	font-size : 10px;
	color : Black;
	text-decoration : underline;
}

.poemes {
	font-size : 36px;
	color : Black;
	text-decoration : underline;
}