html, body {
  background-color: #000;	
}

strong {
  font-weight: bold;
}

p {
  margin-bottom: 10px;
  line-height: 1.5;
  letter-spacing: normal;
}

h1 {
	background-color: #000;
	font-size: 13pt;
	font-weight: bold;
	color: #FFF;
	letter-spacing: normal;
	
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	background-color: #000;
	font-size: 12pt;
	font-style: italic;
	color: #FFF;
}

div#SidebarArea {
  color: #FFF;
  background-color: #000;
}

table#SidebarTable td {
	height: 10px;
}

div#ContentArea {
  color: #FFF;	
  background-color: #222;

  padding-left: 10px;
  padding-top: 10px;

  font: 10pt Verdana, Helvetica, sans-serif;
}

div#ContentArea a:link {color: white;}
div#ContentArea a:active {color: white;}
div#ContentArea a:hover {color: white;}
div#ContentArea a:visited {color: white;}

table#SidebarTable td a:link {color: white;}
table#SidebarTable td a:active {color: white;}
table#SidebarTable td a:hover {color: white;}
table#SidebarTable td a:visited {color: white;}

table.ShowsTable td {
	padding: 5px;
}

span.ShowCaptionLocation {
	color: #999;
	font-style: italic;
}

img.blogleft {
  margin: 7px;
}
