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

body {
	background-color:#000000;
	margin:0px auto;
}
.parent {
	height:768px;
	width:1024px;
	margin: 0px auto;
	background-image:url(images/DavidJoseph.jpg);
	background-repeat:no-repeat;
}
.table {
	margin: 400px 215px;
	position:absolute;
}

a:link {
	text-decoration: none;
	color:#e6e6e6;
}
a:visited {
	text-decoration: none;
	color:#e6e6e6;
}
a:hover {
	text-decoration: none;
	color:#e6e6e6;
}
a:active {
	text-decoration: none;
	color:#e6e6e6;
}

img {
	border:none;
}

.Description {
	color:#e6e6e6;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px
}
