
BODY {
	font-family: "Arial", "Helvetica", "Geneva", sans-serif;
	font-size: 100%;
	background: #000000;
	color: white;
	text-align: left;

	}

H1 	{
	color: #ff0000;
	font-family: "Century Gothic", "Arial", "Helvetica", sans-serif;
	font-weight: bold;
	font-size: 300%;
	text-align: center;
	}

H2 	{
	font-family: "Century Gothic", "Arial", "Helvetica", sans-serif;
	color: #ffff00;
	font-size: 200%;
	text-align: center;
	}

H2.byline 	{
	text-align: center;
	margin-top: 2%;
	}

H3 	{
	font-family: "Century Gothic", "Arial", "Helvetica", sans-serif;
	color: #ffff00;
	font-size: 120%;
	text-align: left;
	}

P 	{
	font-size: 100%;
	margin-left: 5em;
	margin-right: 5em;
	}

P.title 	{
	font-size: 150%;
	color: #FF8000;
	}

P.caption {
	font-size: 120%;
	color: #FF8000;
	text-align: center;
	}

P.name	{
	font-size: 150%;
	color: #ffff00;
	text-align: right;
	}

TABLE {font: 12pt "Arial", "Helvetica", "Geneva"}

A.contents {
	font: 12pt/20pt "Century Gothic", "Arial", "Helvetica", sans-serif;
	text-decoration: none;
	}
A.contents:link 	{color: white}
A.contents:visited 	{color: white}
A.contents:hover 	{color: #FF0000}
A.contents:active 	{color: yellow; font-weight: bold}

A.blog {
	display: block;
	font-family: "Century Gothic", "Arial", "Helvetica", sans-serif;
	font-size: 150%;
	text-align: center;
	text-decoration: none;
	}
A.blog:link 	{color: #ffff00}
A.blog:visited {color: #ffff00}
A.blog:hover 	{color: #FF0000}
A.blog:active 	{color: yellow; font-weight: bold}

IMG	{
	align: center;
	}
