/* style.css - Style Sheet for www.sarahgarson.com */

h1 
{
   color: red;
   background: white;
   font-family: arial;
   font-size : 40px;
   text-align: center;
}

h2 
{
   color: black;
   background: white;
   font-family: arial;
   font-size : 30px;
}

h3 
{
   color: black;
   background: white;
   font-family: Book Antiqua;
   font-weight: bold;
   font-size : 15px;
}

h4 
{
   color: black;
   background: white;
   font-family: Book Antiqua;
   font-size : 15px;
   text-align: left;

}

p 
{
   color: black;
   background: white;
   font-family: Book Antiqua;
   font-size : 15px;
   text-align: left;
   font-weight: normal;

}

ul
{
   color: black;
   background: white;
   font-family: Book Antiqua;
   font-size : 15px;
   text-align: left;
   font-weight: normal;

}

img
{
   text-align: center;
}



