body
{
	font-family:			verdana, arial, sans-serif;
	font-size:				smaller;
	color:						#000000;
	background-color:	#ffffff;
}

h2
{
	border:						4px;
	border-style:			solid;
	border-color:			#000000;
	padding-left:			1em;
	letter-spacing: 	.2em;
	color:						#000000;
	background: 			#ee6600;
}

strong
{
	font-weight:			bold;
}

em
{
	font-weight:			bold;
	font-style:				italic;
}

a:link
{
	color:						#999900;
	text-decoration:	underline;
}

a:active
{
	color:						#333399;
	text-decoration:	underline;	
}

a:visited
{
	color:						#999999;
	text-decoration:	underline;
}

a:hover
{
	color:						#000000;
	text-decoration:	underline;
}

.date
{
	font-size:				smaller;
	font-weight:			bold;
}

.entry
{
	border-width:			thin;
	border-style:			solid;
	background-color:	#FFFFee;
	padding:					1em;
}
