body {
	color : Navy;
	font-family : Arial, Helvetica, sans-serif;
}

a:link {
	color : #E02020;
}

a:visited {
	color : #800040;
}

a:hover {
	text-decoration: underline;
}

li {
	list-style-image : url(bullet.gif);
}

.section {
	padding-top: 15px;
	border-top-style : solid;
	border-top-color : #800040;
	border-top-width : 2;
}

.nav {
	text-decoration:none;
}

.dotted {
	border-style:dotted;
}

.prevnext {
	font-size:smaller;
}

.float {
	float:left;
	padding-top:1ex;
	padding-bottom:1em;
	width:30%;
	border-right-color : #800040;
	border-right-style : dotted;
	border-right-width : 2;
}

hr {
	color : #800040;
}

ul, ol {
	margin-top: 2px;
}

.compare td {
	border-bottom-color : #A0A0C0;
	border-bottom-style : solid;
	border-bottom-width : 1;
	border-top-color : #A0A0C0;
	border-top-style : solid;
	border-top-width : 1;
}

dt {
	font-weight : bold;
	padding-top: 15px;
	border-top-color : #800040;
	border-top-style : dotted;
	border-top-width : 2;
}

dl {
	border-bottom-color : #800040;
	border-bottom-style : dotted;
	border-bottom-width : 2;
}

.bib {
	padding-top: 5px;
	margin-top: 15px;
	direction : ltr;
	margin-bottom : 0px;
	color : #606060;
	border-top-color : #800040;
	border-top-style : dotted;
	border-top-width : 2;
}

.excerpt {
	font-size : 80%;
	color : #606060;
	width:40ex;
	margin-right: 1ex;
	vertical-align: text-top;
}

cite {
	font-size : 80%;
	color : #606060;
}

.new {
	background-color : #FFFF66;
	border : 2px dashed;
	padding-right: 5px;
	padding-left: 5px;
	font-weight : bold;
	font-size : 90%;
	color : Black;
	text-decoration : none;
}

.date {
	color: Gray;
	font-size: 60%;
	float: left;
	display: none;
}