html {
	position : absolute;
}

body {
	height : 50px;
	font-family : Arial;
}

h1 {
	font-size: 2.5em; /* = 40px/16px */
	line-height: 1.1em; /* = 44px/40px */
	margin-bottom: 22px;
}

img {
	border-width : 0;
	border : none;
	border-style: none;
	margin: 10px
}

a:link {
	color : blue;
	text-decoration : none;
	font-weight : normal;
	font-style : normal;
}

a:visited {
	color : blue;
	text-decoration : none;
	font-weight : normal;
	font-style : normal;
}

a:hover {
	color : red;
	text-decoration : none;
	font-style : normal;
}

a:active {
	color : red;
	text-decoration : none;
	font-style : normal;
}

.bibtex-title {
	font-weight: bold;
}

.bibtex-jname {
	font-style : italic;
}

.bibtex-booktitle {
	font-style : italic;
}

.bibtex-entry {
	vertical-align: text-top;
}

.bibtex-list {
	font-weight: bold;
}
