body {
	background-color: #fffefd;
}
a:link {
	color: #2200cc;
}
.tinyquote {
	font-family: Verdana, Geneva, sans-serif;
/*
	font-size: xx-small;
*/
	font-size: 67%;
}
.typewriter {
	font-family: American Typewriter,Courier New,Courier,monospace;
}
blockquote.typewriter {
	border: 1px solid #262626; padding: 1.5em;
}
.box {
	border: 1px solid #262626; padding: 1.5em;
}
.footnote {
	vertical-align:baseline; font-size:.8em; position:relative; top:-.4em; text-decoration:none;
}
.footnotes {
	border-top:1px solid #aba;
	padding-top:1em;
	font-size:.9em;
	margin-left:2em; margin-right:2em;
	text-align:left;
}
.hair {
    font-size: 30%;
}
.newspaper {
	font-family: Times New Roman, Times, serif;
}
blockquote.newspaper {
	border: 1px solid #262626; padding: 1.5em;
}
.oldtime {
	font-family: Caslon, Book Antiqua, Palatino, Perpetua, Georgia, serif;
}
blockquote.oldtime {
	border: 1px solid #262626; padding: 1.5em;
}
.schoolbook {
	font-family: Century, New Century Schoolbook, Century Schoolbook, Century725 BT, Palatino, Palatino Linotype, Thorndale, Perpetua, Georgia, serif;
}
blockquote.schoolbook {
	border: 1px solid #262626; padding: 1.5em;
}
.permalink, a.permalink:link, a.permalink:visited {
	text-decoration: none;
	color: #000;
}
a.permalink:hover {
	text-decoration: underline;
	color: #000;
}
dt {
	margin-top: 15px;
}
li {
	margin-top: 15px;
}
blockquote p {
	margin-bottom:0px;
}
.toplink {
	font-family: Verdana, Geneva, sans-serif;
/*
	font-size: xx-small;
*/
	font-size: 67%;
	color: #a6a6a6;
}
.toplink a:link {
	color: #ffffee;
}
.toplink a:visited {
	color: #ffffee;
}
.Greek {
	font-family: Palatino Linotype,Cardo,Vusillus Old Face,Arial Unicode MS,Georgia Greek,Athena Roman,Athena,Athena Unicode,Code2000,TITUS Cyberbit Basic,Aisa Unicode,Lucida Sans Unicode;
}
.lighttext {
	color: #fbfbfd;
}
.lighttext a:link {
	color: #9999fb;
}
.lighttext a:visited {
	color: #fb33fb;
}
.maxwidth_em {
  max-width:45em;
  width:expression(
    document.body.clientWidth > (650/12) *
    parseInt(document.body.currentStyle.fontSize)?
        "45em":
        "auto" );
  margin:0px auto;
  text-align:left;
  margin-top:15px;	/* For the benefit of IE, since the div otherwise swallows top margins */
}
.maxwidth_px {
  max-width:700px;
  width:expression(document.body.clientWidth > 700? "700px": "auto" );
  margin:0px auto;
  text-align:left;
}
.maxwidth_30em {
  max-width:30em;
  width:expression(
    document.body.clientWidth > (500/12) *
    parseInt(document.body.currentStyle.fontSize)?
        "30em":
        "auto" );
  margin:0px auto;
  text-align:left;
  margin-top:15px;	/* For the benefit of IE, since the div otherwise swallows top margins */
}

.responses {
  clear:both;
  max-width:40em;
  width:expression(
    document.body.clientWidth > (600/12) *
    parseInt(document.body.currentStyle.fontSize)?
        "40em":
        "auto" );
  float:right;
  text-align:left;
  margin-top:20px;	/* For the benefit of IE, since the div otherwise swallows top margins */
  border-top:1px solid #999;
  color: #666;
  font-size: 85%;
}
.responses h3 {
  text-align:center;
  text-transform:uppercase;
  font-weight:normal;
  margin-top:5px;
  font-size: 100%;
}
.responses blockquote {
  font-family: American Typewriter,Courier New,Courier,monospace;
  border:1px solid #999;
  padding:10px;
}
.responses hr {
	text-align:center;
	float:center;
	width:6em;
	height:1px;
	color:#999;
	background-color:#999;
	border: none;
}

.via {
  font-size: 80%;
}
.in1 {
	margin-left: 1em;
}
.in2 {
	margin-left: 2em;
}

.copyright {
	clear:both;
	margin: 0px auto;
	margin-top: 15px;
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 70%;
}

.uly {
	font-family: Palatino, Palatino Linotype, Thorndale, Perpetua, Georgia, serif;
}
.uly blockquote {
	border: 1px solid #262626; padding: 15px; background-color:#e8edf7;
}
.uly blockquote blockquote {
	border: 0px; padding: 0px;
}
.uly blockquote p {
	text-indent: 1.5em;
	margin-top:0px; margin-bottom:0px;
}

.uly .itha {
	margin-top:8px; margin-bottom:15px;
}