@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000;
	background-image: url(../images/background.jpg);
	margin: 0;
	padding: 0;
}

/* Override background for foreword page specifically */
body.foreword-page {
	background-color: #000000 !important;
	background-image: url(../images/indexbackground.jpg) !important;
}

/* Container for scaling content - increased scaling */
.content-container {
	transform: scale(1.2);
	transform-origin: top center;
	margin: 20px auto 0 auto;
	width: 900px;
}
img {
	border: 0;
}
table {
	margin:0 auto;
}
A:link {
	TEXT-DECORATION: none;
	COLOR: #00CCFF
}
A:visited {
	TEXT-DECORATION: none;
	COLOR: #00CCFF
}
A:hover {
	TEXT-DECORATION: none;
	COLOR: #99FF00
}
#photo {
	margin: 20px auto;
	width: 443px;
	height: 266px;
	z-index: 6;
}
#cross1 {
	position: absolute;
	left: 192px;
	top: 226px;
	width: 59px;
	height: 105px;
	z-index: 1;
}
#cross2 {
	position: absolute;
	left: 784px;
	top: 225px;
	width: 59px;
	height: 105px;
	z-index: 2;
}
.link {
	font-weight: bold;
	font-style: italic;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
}
#back {
	float: left;
	margin-left: 76px;
	margin-top: 425px;
	width: 33px;
	height: 16px;
	z-index: 6
}
#forth {
	float: right;
	margin-right: 70px;
	margin-top: 425px;
	width: 33px;
	height: 16px;
	z-index: 6
}
.name {
	FONT-FAMILY: Georgia, Times New Roman, Times, serif;
	TEXT-ALIGN: center;
	FONT-SIZE: 160%;
	FONT-WEIGHT: bold;
	COLOR: #FFFFFF
}
.date {
	FONT-FAMILY: Georgia, Times New Roman, Times, serif;
	TEXT-ALIGN: center;
	FONT-SIZE: 100%;
	FONT-WEIGHT: bold;
	COLOR: #CCCCCC
}
acronym {
	margin-left: 40px;
}