﻿
BODY 
{
  background-color:#000;
}

BODY,
BODY * 
{
  font-family: Arial;
  font-size:13px;
  color:#FFF;
}

A
{
  text-decoration:none;
  color:#e1b673;
}

A:hover
{
  text-decoration:none;
  color:orange;
}

IMG.right 
{
  border:1px solid #000;
  margin: .2em 0 .5em 1em;
}

IMG.left
{
  border:1px solid #000;
  margin: .2em 1em .5em 0;
}

H1
{
  font-size:30px;
  font-weight:bold;
  border-bottom:1px solid #4c4c4c;
  margin-bottom:1em;
  padding-bottom:14px;
}

.content *
{
  line-height:1.3em;
}

.content H2
{
  font-size:110%;
}

.content H2,
.content P,
.content UL
{
  padding-bottom:1em;
}

.content UL
{
  list-style-type:square;
}

.content UL LI
{
  margin-left:2em;
  padding-bottom:.3em;
}

.content P.date
{
  color:#646464;
  font-size:90%;
  padding-bottom:.2em;
}
