body     { color: noir; font-family: "trebuchet ms"; text-decoration: none }
p  {
    background-color: white;
    color: #22C60F;
    font-size: medium;
    text-align: center;
}
td {
    text-align: center;
}
a:link      { color: purple; text-decoration: none;}
a:visited  { color: purple; text-decoration: none }
a:hover   { color: navy; text-decoration: none }
a:active   {
    color: orange;
    text-decoration: none;
}
