﻿body
{
	margin: 10px 10px 0px 10px;
	color: #cccccc;
	font-family: Arial;
}

br
{
	line-height: 0px;
}

a:link
{
	color: #0099FF;
	text-decoration: none;
}

a:visited
{
	color: #0099FF;
	text-decoration: none;
}

a:active
{
	color: #FF0000;
}

a:hover
{
	color: #0099FF;
	text-decoration: underline;
}

.siteHeader
{
	border-style: solid;
	border-color: #00FF00;
	border-width: thin;
	text-align: center;
	vertical-align: text-top;
	font-size: 50px;
	speak: normal;
}

.pageHeader
{
	font-size: 16px;
	font-weight: bold;
}

.photoCaption
{
	font-style: italic;
	font-size: 12px;
	font-family: Arial;
	margin-top: 1px;
}

.fineprint
{
	font-family: Arial;
	font-size: 10px;
	text-align: center;
}

.menu
{
	font-size: 12px;
	border-top: solid thin #00FF00;
	text-align: center;
}

td.content
{
	font-size:16px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	margin-bottom: 15px;
}

p.blogArchDate
{
	font-size:10px;
	font-weight:bold;
	margin:3px 0px 10px 0px;
}

p.blogArchHead
{
	font-size:16px;
	margin:10px 0px 10px 0px;
}

p.quote
{
	font-size:14px;
	font-style:italic;
	margin:10px 20px 0px 20px;
}

p.code
{
	font-family:Monospace;
	font-size:12px;
}

ul
{
	list-style-type:none;
}
ol
{
	margin-bottom:7px;
}