body {
	color: green;
	background-color: black;
	text-align: center;
	margin: 0px;
	font-family: Verdana, Arial, sans-serif;
}

p {
	text-align:left;
}

.links A:hover, .links A:active{
	color:white;
}
A {
	font-weight:bold;
	text-decoration:none;
	color:#336699;
}
A:hover, A:active {
	color:red;
}
A:visited{
	color:#003366;
}

div.page {
	width: 95%;
	text-align: center;
}

div.foot {
	width: 95%;
	text-align: center;
}

div.intro {
	text-align:center;
}

div.pgp{
	text-align: left;
	font-size: .9em;
//	overflow:auto;
}

table.main {
	cellspacing: 0;
	cellpadding: 0;
	border: none;
	vertical-align:top;
}

.nav {
	width:150px;
	text-align:center;
	vertical-align:top;
}
A img{
	border:none;
}

.blogtitle {
	font-family: Verdana, Arial, sans-serif;
	color: white;
	font-size:2.5em;
	margin-left:1.5em;
	margin-bottom:1px;
	text-transform:uppercase;
}

.date {
	font-family: Verdana, Arial, sans-serif; 
	color: #AAEAB5; 
	font-size:1.5em; 
	font-weight:bold;
	text-align:center; 
	margin: 0em;
	padding:.1em;
	background-color:grey;
	vertical-align: baseline;
}

.posts {
	font-family: Verdana, Arial, sans-serif; 
	text-align:left;
	color: #AAEAB5; 
	font-size:1em; 
	margin:.8em;
}

.byline {
	font-family: Verdana, Arial, sans-serif;
	color: #999999;
	font-size:.8em;
}

.links {
	font-family: Verdana, Arial, sans-serif;
	font-size:.8em;
	text-align:center;
}