@charset "UTF-8";
/* CSS Document */

/* can set individual styles for article types - they are the XML type without spaces in the name.
None defined here so far */

.tagcloud {
	font-size: smaller;
	text-align: left;
	float: left;
}

.rhs {
	text-align: right;
	font-size: smaller;
}

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size: small;
	color: #000

}
.yeartitle {
	font-size:large;
	color:#FFF;
	background-color:#69F;
}
.title {
	font-weight: bold;
	font-style: normal;
	color:#000;
}
.author {
	font-style: normal;
	color:#909;
}
.where {
	font-style: italic;
	color: #000;
}
.volume {
	font-weight: bold;
	color: #000
}
.number {
	font-style: normal;
	color:#000;
}
.pages {
		color:#000;
}
.year {
		font-style: normal;
		color: #000;
}
.publisher {
		color:#000;
}
.isbn {
	color:#000;
}

.abstract {
	border-color: #F90;
	font-style: normal;
	font-size: small;
	color:#666;
}

.xmlexport {
	font-style: normal;
	sont-size: small;
}
a {text-decoration: none;}
a:link {color:#d00}
a:visited {color:#d00}
a:hover {color: #F90}
a:active {color:#d00}
