body
	{
	background-color: rgb(102, 204, 255); 
	background-image: url('stripe.jpeg');
	background-repeat: repeat;
	}
p
	{
	font-family: sans-serif;
	font-size:	12pt;
	font-weight:	normal;
	color:	purple;
	line-height: 150%;
	margin: 15px 50px 15px 50px;
	}
h1
	{
	font-family: Georgia, Times New Roman, serif;
	color: rgb(0, 51, 204);
	font-size: 24pt;
	font-weight: bold;
	}
h2
	{
	font-family: Georgia, Times New Roman, serif;
	color: rgb(128, 0, 128);
	font-size: 20pt;
	font-weight: bold;
	}
h3
	{
	font-family: Georgia, Times New Roman, serif;
	color: rgb(128, 0, 128);
	font-size: 16pt;
	font-weight: bold;
	font-style: italics;
	}		
.box
	{
	border-color: white;
	border-width: 7px;
	border-style: double;
	background-color: rgb(204, 102, 255);
	padding: 25px;
	}
a:link
	{
	color:	rgb(0, 51, 204);
	text-decoration:	none;
	}
a:active
	{
	color:	#cc3c85;
	background-color:	#ffffff;
	}
a:visited
	{
	color:	#1592a3;
	}
a:hover
	{
	color:	#e19515;
	text-decoration:	underline;
	}
#nav
{
	background-color: black;
	margin: auto auto auto auto;
	}
.figure
	{
	 
	margin: 20px 0 20px 50px;
	border: 3px solid rgb(128, 0, 128); 
	background-color: white;
	padding: 3px;
	}