body
{
  background-color: #a1b191;
  font-size: 12px;
  font-family: arial, sans-serif;
}

h1
{
  color: maroon;
  text-style: bold;
  font-size: 30px;
  text-align: center;
}

#container
{
  text-align: center;
  margin-top: 50px;
  margin-left: 20%;
  margin-right: 20%;
  border: 1px solid black;
  padding: 15px;
  background-color: #ffffe6;
}

p
{
  text-align: center;
}

a:link     {color:#0000aa; text-decoration: none;}
a:visited  {color:#323296; text-decoration: none;}
a:active   {color:#323296; text-decoration: none;}
a:hover    {color:maroon; text-decoration: none;}


