BODY  {
	background-image : url(mobbg.jpg);
	text-align : center;
	font-size : medium;
}

P  {
	background-color : Black;
	color : Red;
	margin-top : 50px;
	text-align : center;
	margin-bottom : 50px;
	border : thin groove Gray;
	font-size : medium;
}

A:LINK  {
	color : Yellow;
	text-align : left;
	font-size : medium;
}

A:VISITED  {
	color : Yellow;
	text-align : left;
	font-size : medium;
}

A:HOVER  {
	color : white;
	text-align : white;
	font-size : medium;
}

H1  {
	color : Red;
	font-size : x-large;
	text-align : center;
	margin-bottom : 50px;
}

H2  {
	margin-top : 50px;
	color : Red;
	font-size : medium;
	text-align : left;
	border : thin groove Gray;
	background : black;
}

H3  {
	margin-top : 50px;
	color : Red;
	font-size : medium;
	text-align : center;
	border : thin groove Gray;
	background : black;
}


