body	{
	font-family: Georgia, "Calisto MT", "Times New Roman", Times, serif;
	color:#000000;
}
div, p, th, td, li, dd, dl, dt    {
    /* redundant selectors to help NS4 not forget */
    font-family:  Georgia, "Calisto MT", "Times New Roman", Times, serif;
}
dt 	{
	font-weight: bold;
}
ol, li, dl, dt, dd {
	line-height: 1.5em;
}
.content {
  /* nothing special */
}
h1	{
	font-size: 1.2em;
}
h2	{
	font-size: 1em;
	text-align: right;
	border-bottom: 1px solid #000000;
}
h3	{
	font-size: 1em;
}
img	{
	border:	0
}
a	{
	color:	#000000;
	text-decoration: underline;
	background-color: transparent;
}
a:link	{
	color:	#000000;
	text-decoration: underline;
	background-color: transparent;
}
a:visited	{
	color:	#000000;
	text-decoration: underline;
	background-color: transparent;
}
a:active	{
	color:	#000000;
	text-decoration: underline;
	background-color: transparent;
}
a:hover	{
	color:	#000000;
	text-decoration: underline;
	background-color: transparent;
}
code, tt, pre	{
	font: "andale mono", monaco, courier, "courier new", monospace;
	background: transparent;
}
.postingtitle {
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 0%;
}
.blogitem {
	padding-left: 25px;
	margin-bottom: 1em;
}
.posted {
	margin-top: 0%;
	padding-left: 0%;
}
.sidenote {
	display: none;
}
