/* <link rel="stylesheet" type="text/css" href="styles.css"> */
/* à mettre la première ligne sur la page XTHML sous les métas */

A:link 
{
color: #303352; text-decoration: none
} 
A:visited 
{
color: #730F14; text-decoration: none
} 
A:hover 
{
color: #707194; text-decoration: underline
} 
.text1 
{ 
font-family: Arial, Helvetica, sans-serif; font-size: 10pt
} 
.text2 
{ 
font-family: tahoma;  font-size: 10pt
}