body {
	margin:0;
	background-color: black;
	font-size: 100%;
}
a:link, a:visited, a:active {
	color:#c0c0c0;
	/*color:black;
	text-shadow: 0px 1px white;*/
}
a:hover {
	color: goldenrod;
	/*color:#FFFF70;
	color:silver;
	text-shadow: 0px 1px black;*/
}
#titleImg {
	position:fixed;
	z-index: 0;
}
#veil1 {
	position: fixed;
	left:0px;
	top:0px;
	opacity: 0;
	width:100%;
	height:100%;
	background-color: #800000;
	z-index: 5;
}
#text1 {
	position:absolute;
	z-index: 10;
	opacity: 0;
	color:white;
	max-width:600px;
	width:80%;
	font-family:Arial, Helevetica, sans-serif;
	padding:10px;
	text-shadow: 2px 2px black;
}
.norm {
	margin-bottom:10px;
	text-align: justify;
}
.graphicAndTextDiv {
	margin:0 auto;
	width:300px;
}
.image {
	border: 1px solid #c0c0c0;
	max-width: 100%;
	height:auto;
	margin:0 auto;
}
.caption {
	text-decoration: none;
	font-family: "Times New Roman", "Times", serif;
	font-style: italic;
	font-size: 14px;
	text-shadow: 1px 1px black;
	margin-bottom:5px;
}
.normCenteredItalic {
	text-align: center;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}
.title {
	max-width: 100%;
	height:auto;
	display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom:20px;
  margin-top:20px;
}
.dropCap {
	float:left;
	font-size: 500%;
	font-family: "Times New Roman", Times, serif;
	background-color: rgba(0,0,0,0.5);
	padding:5px;
	margin-right:5px;
	margin-bottom:0px;
	margin-top:0px;
	line-height: 0.8;
}
.italic {
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
}
#vispoLogo {
	position:fixed;
	bottom:5px;
	right:5px;
	z-index: 15;
}