html {overflow-y: scroll;}

* {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	/*letter-spacing: 1px;*/
	
}

h1	{
	color: #7b1818;
	font-size: 16px;
	letter-spacing: 2px;
}

h2 {
	font-size: 13px;
	letter-spacing: 2px;
}

h3 {
	font-size: 12px;
	letter-spacing: 1px;
}	

.red {
	color: red;
}

a {
	color: #7b1818;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.nav2 {
	color: #000000;
	text-decoration: none;
}

a.nav2:hover {
	text-decoration: underline;
}

.small {
	font-family: Verdana;
	font-size: 9px;
	letter-spacing: 0px;
}

.small a {
	color: #000000;
	text-decoration: none;
}

.small a:hover {
	text-decoration: underline;
}


table.publications td{
	padding:0 0 1.2em 0;
}

.searcher {
	position:absolute;
	top: 220px;
	left: 585px;
}

.printer {
	position:absolute;
	top: 220px;
	left: 445px;
}

.wrapper {
	position:relative;
	width:780px; 
	margin:0px;
	padding:0px;
	align:center;
	
}

