BODY
{
	background-color: #FAFAFA;
	margin:  10;
	padding: 0;
}

HR
{
	border: none;
	border-top: solid thin lightgrey;
}

H1
{
	margin: 10;
	padding: 0;
	font-size: xx-large;
	font-weight: normal;
	font-family: skia;
	line-height: normal;
	vertical-align: middle;
}

H2
{
	color: darkblue;
	font-family: helvetica;
	font-size: normal;
	font-weight: normal;
	line-height: normal;
}

P
{
	font-family: Helvetica;
	font-size: small;
}

P.date
{
	color: darkblue;
}

TD
{
	font-family: Helvetica;
	font-size: small;
}

DIV
{
/*	border: thin solid grey; */
}

DIV.header
{
	margin: 0;
	padding: 0;
	height: 80;
	background-color: gray92;
	text-align: left;
	vertical-align: middle;
}

	DIV.title
	{
		margin: 10;
		margin-left: 70;
		padding: 10;
	}

	DIV.google-search
	{
		height: 30;
	
		position: absolute;
		right: 10;
		top: 21;
		padding: 10;

		background-color: white;
		border: thin solid darkgrey;
	}

DIV.rightbar
{
	position: absolute;
	top: 100;
	right: 10;

	border: solid thin darkgrey;
	padding: 10;

	background-color: WHITE;
}

DIV.content
{
	margin-left; 10;
	margin-right: 150;
	padding: 10;

	border: solid thin darkgrey;
	background-color: white;
}