body
{
	font-size: 0.80em;
	margin: 0px;
	color: gainsboro;
	font-family: Verdana, Sans-Serif;
	background-color: black;
}
P
{
	font-size: 1.0em;
	margin-top: 0.1em;
	margin-bottom: 0.5em;
}
A
{
	color: white;
	text-decoration: underline;	
}
A:visited
{
	color: whitesmoke;
	text-decoration: underline;	
}
A:hover
{
	color: red;
	text-decoration: underline;	
}


.intro
{
	font-size: 18pt;
	color: white;
	font-family: Centaur, Times New Roman;
}
.text
{
	font-size: 1.0em;
}

.legal
{
	font-size: 8pt;
	color: dimgray;
}
.legal A:link
{
	color:dimgray;
	text-decoration: underline;
}
.legal A:active
{
	color: dimgray;
}
.legal A:visited
{
	color: dimgray;
	text-decoration: underline;
}
.legal A:hover
{
	color: white;
	text-decoration: underline;
}


.bloghead
{
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	color: white;
}
.blogdetail
{
	font-size: 0.85em;
	margin-bottom: 0.3em;
}

.blogh
{
	border: solid 1px silver;
}


.texthead
{
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: white;
}
.texthead A
{
	color: white;
	text-decoration: underline;
}
.texthead A:visited
{
	color: white;
	text-decoration: underline;
}
.texthead A:hover
{
	color: red;
	text-decoration: underline;
}
.blogbody
{
	font-size: 10pt;
}
.table
{

	border-bottom: #222222 1px solid;
}
.nav
{
	font-size: 10pt;
	font-weight: bold;
	font-family: Sans-Serif;
	background-color: #222222;
}
H1
{
	color:white;
	font-family: serif;
	font-size:14pt;
	margin-top: 2px;
	margin-bottom: 4px;
}