H1
{
   text-align: center;
   /*font-size: 2em*/
   font-size: 200%;
}

A:link
{
   color: blue;
   background-color: white;
}

A:visited
{
   color: purple;
   background-color: white;
}

A:active
{
   color: red;
   background-color: white;
}

STRONG
{
   text-transform: uppercase
}

P
{
   text-indent: 1em
}

BODY
{
   color: black;
   background: white
}


