body
{
font: 10pt Arial;
}

h1
{
font: 24pt Arial;
}

h2
{
font: 12pt Arial;
}

h2.weblog
{
  display: inline;
  font: bold 10pt Arial;
}

p
{
  font: 10pt Arial;
}

p.weblog
{
  display: inline;
}

p.caption
{
  font: 8pt Arial;
  display: inline;
}

a:link
{
    color: blue;
    text-decoration: none;
    font: 10pt Arial;
}

a:visited
{
    color: blue;
    text-decoration: none;
    font: 10pt Arial;
}

a:hover
{
    color: red; 
    text-decoration: underline;
    font: 10pt Arial;
}

a:active
{
    color: red;
    text-decoration: none;
    font: 10pt Arial;
} 