body {
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	background-color:rgb(27,27,27);
	font-family: Arial, sans-serif;
	color: #FFFFFF;
}
.style7 {font-size: xx-large;
}

p {
	padding:0px;
	margin:0px;
}

.container {
	background-color: #FFFFFF;
	padding: 5px;
	margin: 10px;
	border: solid rgb(50,50,50) 3px;
	color: #001111;

}


.containerFaded {
	background-color: #999999;
	padding: 2px;
	margin: 10px;
	border: solid rgb(100,100,100) 1px;
}


.indentRight {
	padding-left: 50px;
}
.rightSide {
	float: right;
}

.leftSide {
	float: left;
}
.tableHighlight {
	background-color:#7F909C;

	font-family: Arial, sans-serif;
	color: rgb(255,255,255);

}
.style11 {
	color: #FF0000;
}

table#timeline a{text-decoration:none; font-family: "Lucida Console",
            Monaco,
            monospace;}
table#timeline a:hover{text-transform:uppercase;font-family: "Lucida Console",
            Monaco,
            monospace;}

table.notesAndArtifacts {
	width:100%;
	border:2px solid black;}
	
table.notesAndArtifacts td {border-top:1px solid black;}

