body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#header h1 {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}

h2 {
	font-family: "Times New Roman", Times, serif;
}

#leftcolumn {
	display: none;
}

#footer {
	display: none;
}

#fidler {
	float: left;
	width: 18%;
	text-align: center;
}

img {
	border: 1px solid black;	
}

#fidler img {
	border: none;
}

div.imgright {
	float: right;
	margin: 1em 1em 0.5em 1em;
}

p.caption {
	font-size: xx-small;
	font-weight: bold;
	text-align: center;
	padding: 0;
	margin: 0;
}

#search {
  	display: none;
}

sup {
	font-size: 70%;
}

sup a {
	text-decoration: none;
}

a:link {
	color: black;
	text-decoration: none;
}