/* Test CSS Anita's web site */

/* Menu */

A.menu         { font: "Arial"; text-decoration: none; color: white; background-color: rgb(64,64,64) }
A.menu:link    { font: "Arial"; text-decoration: none; color: white}
A.menu:visited { font: "Arial"; text-decoration: none; color: white}
A.menu:hover   { font: "Arial"; color: white; text-decoration: none; background-color: gray }
A.menu:active  { font: "Arial"; color: gray; text-decoration: none;}


/* Main body */

BODY  {font-family: Arial; color: white;  text-decoration: none; background-color: rgb(120,120,120) }
P     {font-family: Arial; color: white;  text-decoration: none; background-color: rgb(120,120,120) }
H1    {font-family: Arial; color: white;  text-decoration: none; background-color: rgb(64,64,64) }
H2    {font-family: Arial; color: white;  text-decoration: none; background-color: rgb(64,64,64) }
H3    {font-family: Arial; color: white;  text-decoration: none; background-color: rgb(64,64,64) }
UL LI {font-family: Arial; color: white;  text-decoration: none; background-color: rgb(64,64,64) }