/* main.css
** Purpose:  Style sheet for findatutor.ca
** Started:  May 5, 2003
** Updated:  November 24, 2003
*/

body, html
{
  background-color: #FFFFFF;
  padding: 0;
  margin: 50px;
}

#page
{
  font-family : Century Gothic, Arial, Helvetica, sans-serif;
  color: black;
  background-color: #DDDDDD;
  background-image: none;
  
  
  text-align: center;
  margin-top: 25%;
  margin: 0px auto;
  width: 300px;
  height: 300px;
  border: 1px solid gray;

}

a
{
  text-decoration: none;
  color: blue;
}

a:hover
{
  color: red;
}

h1
{
  size: 200px;
  text-align: center;
}

p
{
  size: 50px;
  text-align: center;
}

