/* style sheet for stokeferry.com */

body
{
   background: white;
   margin: 4px;
}

h2
{
   font-size: 14pt;
   font-family: Arial,Helvetica,sans-serif;
   text-decoration: none;
   color: black;
}

p, li
{
   font-size: 10pt;
   font-family: Verdana,Arial,Helvetica,sans-serif;
   text-decoration: none;
   color: black;
}

.small
{
   font-size: 7pt;
   font-family: Verdana,Arial,Helvetica,sans-serif;
   font-weight: normal;
   text-decoration: none;
   color: black;
}

.greybox
{
   background: #eeeeee;
   font-spacing: 12px;
}

p.indent
{
   font-size: 10pt;
   font-family: Verdana,Arial,Helvetica,sans-serif;
   text-decoration: none;
   margin-left: 1em;
   color: black;
}

p.navigation
{
   font-size: 13pt;
   font-family: Arial,Helvetica,sans-serif;
   font-weight: bold;
   text-decoration: none;
   color: black;
}

p.heading
{
   font-size: 10pt;
   font-family: Verdana,Arial,Helvetica,sans-serif;
   font-weight: bold;
   text-decoration: none;
   color: black;
}

p.block
{
   font-size: 10pt;
   font-family: Verdana,Arial,Helvetica,sans-serif;
   font-weight: bold;
   text-decoration: none;
   color: white;
   background-color: #AA2222;
   margin-left: 8px;
}

ul
{
   list-style-type: square;
}

a
{
   text-decoration: none;
   color: blue;
}

a.hover, a:hover
{
   text-decoration: underline;
   color: blue;
}
