BODY {
	background-image: url(ham.gif);
	background-position: center;
	font-family: Verdana;
	color: White;
	font-size: Large;
	font-variant: normal;
	font-weight: Bold;
	text-align: center;
	background-repeat: repeat;
}

P{
	background-color : Black;
	border : thin groove Gray;
	text-align : left;
	font-size:  small;
	margin-top : 50px;
	text-indent : 40px;
}

A:LINK {
	color :Yellow;
	text-align : left;
}

A:VISITED {
	color : Yellow;
	text-align : left;
}

A:HOVER {
	color : White;
	text-align : left;
}

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-top : 50px;
	margin-bottom : 50px;
}

H3 {
	background-color : Black;
	border : thin groove Gray;
	color : White;
	font-size : large;
	text-align : center;
}

table {
	background-color: Black;
}
