﻿body
{
    font-style: normal;
    font-family: Arial;
    font-size: 12px;
    background-color: #eeeeeb;
}

.rouge
{
    color:Red;
    text-decoration:blink;
}

A:link {text-decoration: underline; color: blue;}
A:visited {text-decoration: underline; color: blue;}
A:active {text-decoration: underline; color: blue;}
A:hover {text-decoration: underline; color: navy;}


