/* default style sheet for freal.co.uk */

body
{
   background: #ffccee;
   margin: 0em;
}

h2
{
   font-size: 14pt;
   font-family: Arial,Helvetica;
   text-decoration: none;
   color: black;
}

p, li
{
   font-size: 10pt;
   font-family: Arial,Helvetica;
   text-decoration: none;
   color: black;
}

p.small
{
   font-size: 7pt;
   font-family: Verdana,Arial,Helvetica;
   text-decoration: none;
   color: black;
}

p.indent
{
   font-size: 10pt;
   font-family: Verdana,Arial,Helvetica;
   text-decoration: none;
   margin-left: 1em;
   color: #000000;
}

ul
{
   list-style-type: square;
}

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

a.hover, a:hover
{
   text-decoration: underline;
   color: blue;
}
