body     {
    color: #3AA012;
    font-family: "trebuchet ms";
    text-decoration: none;
    text-align: center;
    font-size: 18px;
}
p  {
    background-color: white;
    font-weight: normal;
    color: #3AA012;
    text-align: center;
    font-family: "trebuchet ms";
    font-style: normal;
}
td {
    text-align: center;
}
a:link         {
    color: purple;
    text-decoration: none;
    font-size: 24px;
}
a:visited  { color: purple; text-decoration: none }
a:hover   { color: grey; text-decoration: none }
a:active   {
    color: orange;
    text-decoration: none;
    text-align: left;
    font-size: 36px;
}
