body
	{
	background-color: rgb(102, 153, 153); 
	background-image: url('stripe.jpeg');
	background-repeat: repeat;
	}
p
	{
	font-family: sans-serif;
	font-size:	12pt;
	font-weight:	normal;
	color:	rgb(246, 225, 122);
	line-height: 150%;
	margin: 15px 50px 15px 50px;
	}
a:link
	{
	color:	rgb(102, 0, 51);
	text-decoration:	none;
	font-weight: bold;
	}
a:active
	{
	color:	#cc3c85;
	background-color:	#ffffff;
	}
a:visited
	{
	color:	rgb(248, 165, 0);
	}
a:hover
	{
	color:	rbg(145, 200, 255);
	text-decoration:	underline;
	}
h1
	{
	font-family: Georgia, Times New Roman, serif;
	color: rgb(255, 255, 153);
	font-size: 24pt;
	font-weight: bold;
	}
#box
	{
	border-color: white;
	border-width: 7px;
	border-style: double;
	background-color: rgb(102, 0, 51);
	padding: 25px;
	width: 800px;
	}
.figure
	{
	float: center; 
	margin: 50px 300px 50px 300px;
	border: 3px solid rgb(102, 0, 51); 
	background-color: rgb(255, 255, 153);
	padding: 3px;
	}
#nav
{
	background-color: black;
	margin: auto auto auto auto;
	}
#image
{
	border: black 7px double;
	background: white;
	width: 800px;
	margin: 20px auto auto auto;
	}
