body{
	background-color:#000;
	color:#fc0;
	font-family:arial,san-serif;
}

h1{
	font-size:24pt;
	color:#fc0;
}
h2{
	font-size:18pt;
	color:#fc0;
}

div.portrait{
	width:150px;
	max-width:150px;
	height:265px;
	float:left;
	/* display:inline-block; */
	padding:2px;
	background-color:#333;
	margin:2px;
}

div.portrait img{
	width:150px;
	height:200px;
	border:0px;
}

div.portrait#Jamaican{
	height:320px;
}

div.landscape{
	width:200px;
	max-width:200px;
	height:215px;
	float:left;
	/* display:inline-block; */
	margin:52px 2px 2px 2px;
	padding:2px;
	background-color:#333;
}

div.landscape img{
	width:200px;
	height:150px;
	border:0px;
}

a{
	color:#fc0;
	text-decoration:none;
}
a:hover{
	font-weight:bold;
}

.float{
	position:fixed;
	border:5px groove #CCC;
}

.strong{
	font-weight:bold;
}