body
	{
	font-family: arial, sans-serif;
	color: rgb(0,51,51);
	margin-top: 10px;
	margin-left: 10px;
	background-image: url(images/a-frame.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: rgb(221,221,221);
	background-position: center center;
	}

font
	{
	font-family: arial, sans-serif;
	}
	
a:link
	{
	text-decoration: none;
	color: rgb(0,51,51);
	}

a:visited
	{
	text-decoration: none;
	color: rgb(0,51,51);
	}

a:hover
	{
	text-decoration: none;
	color: maroon;
	}

a:active
	{
	text-decoration: none;
	color: rgb(0,51,51);
	}

