body
{
	background-color: rgb(200,200,200);
	color: rgb(0,0,0);
	font-family: "Courier New", monospace;
	font-size: medium;
}

td.sidebar
{
	width: 250px;
	vertical-align: top;
}

td.category
{
	text-align: center;
	background-color: rgb(166,0,0);
	font-weight: bold;
}

td.page
{
	padding-left: 30px;
	text-decoration: none;
}

a.page
{
	color: rgb(255,0,0);
	text-decoration: none;
}

td.content
{
	vertical-align: top;
	padding: 15px;
}

td.galleryPhoto
{
	vertical-align: top;
	text-align: right;
	padding: 10px 5px 10px 5px;
}

td.galleryDescription
{
	vertical-align: top;
	text-align: left;
	padding: 10px 5px 10px 5px;
}

td.galleryDivider
{
	background-color: rgb(166,0,0);
	vertical-align; top;
	text-align: center;
	padding: 5px 5px 5px 5px;
	font-size: large;
}

table.gallery
{
	width: 100%;
}

p.title
{
	font-size: x-large;
}

p.heading
{
	font-size: large;
}

p
{
}

a
{
	color: rgb(255,0,0);
}


