body
{
background-color:black
}
p {color:white}
a {text-decoration:none}
a:link     {color:orange}
a:visited  {color: orange } /* FF6347 tomato */
a:active   {color:white}
/* a:hover    {color:  #FFD700;text-decoration:underline  } /* gold */
a:hover    {color:  #FFD700} /* gold */
