BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin : 0px;
	background-color : Black;
}

.heading {
	color: White;
    margin : 10px 0px 0px 0px;
	padding : 0px;
	font-size : 20pt;
	font-weight : normal;
}
.photo {
	border : 1px solid #696969;
}
.wreck {
	 padding: 40px;
}
.title {
	color: #dcdcdc;
	margin : 0px;
	padding : 0px;
	font-size : 10pt;
	font-weight : bold;
	text-decoration : none;
	}
A:link {
	color: #c0c0c0;
	margin : 0px;
	padding : 0px;
	font-size : 9pt;
	font-weight : bold;
	text-decoration : underline;
}

A:HOVER {
	color: White;
	text-decoration: underline;
	font-size : 9pt;
	font-weight : bold;
}
A:visited {
	color: Silver;
	text-decoration: underline;
	font-size : 9pt;
	font-weight : bold;
}