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;
}
.footnote {
    font-size: 70%;
    vertical-align: top;
    text-decoration: none;
}
.newspaper {
	font-family: Times New Roman, Times, serif;
}
.oldtime {
	font-family: Caslon, Book Antiqua, Palatino, Perpetua, Georgia, serif;
}
.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;
}
.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:50em;
  width:expression(
    document.body.clientWidth > (700/12) *
    parseInt(document.body.currentStyle.fontSize)?
        "50em":
        "auto" );
  margin:0px auto;
  text-align:left;
}
.maxwidth_px {
  max-width:700px;
  width:expression(document.body.clientWidth > 700? "700px": "auto" );
  margin:0px auto;
  text-align:left;
}

