BODY {
	background-image : url(metalcastingbg.jpg);
	text-align : center;
	background-attachment : fixed;
	background-repeat : no-repeat;
	background-position : center;
	background-color : Black;
}

A:HOVER {
	color : White;
}

A:VISITED {
	color : yellow;
}

A:LINK {
	color : yellow;
}

P{
	background-color : Black;
	border : thin groove Gray;
	text-align : left;
	margin-top : 50px;
	text-indent : 40px;
	color : lime;
	background : Black;
}

H1{
	background-color : Black;
	border : thin groove Gray;
	color : Red;
	font-size : x-large;
	text-align : center;
	margin-bottom : 50px;
}

H2{
	background-color : Black;
	border : thin groove Gray;
	color : Red;
	font-size : x-small;
	text-align : left;
	margin-bottom : 50px;
}

H3{
	background-color : Black;
	border : thin groove Gray;
	color : Red;
	font-size : x-small;
	text-align : center;
	margin-bottom : 50px;
}

