/* lovell.info */

body
{
   background: #ddffee;
}

h1
{
   font-size: 16pt;
   font-family: Arial,Helvetica,sans-serif;
   text-decoration: none;
   color: #555555;
}

h2
{
   font-size: 14pt;
   font-family: Arial,Helvetica,sans-serif;
   text-decoration: none;
   color: #444444;
}

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

.heading
{
   font-weight: bold;
   background-color: #ddffee;
}

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

.white
{
   background-color: white;
}

.lightGrey
{
   background-color: #eeeeee;
}

.lightGreen
{
   color: black;
   background-color: #ddffee;
}

ul
{
   list-style-type: square;
}

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

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