body
	{
	background-color: rgb(255, 153, 153); 
	}
p
	{
	font-family: sans-serif;
	font-size:	12pt;
	font-weight:	normal;
	color:	rbg(102, 51, 0);
	line-height: 150%;
	margin: 15px 50px 15px 50px;
	}
a:link
	{
	color:	white;
	text-decoration:	none;
	}
a:active
	{
	color:	#cc3c85;
	background-color:	#ffffff;
	}
a:visited
	{
	color:	#1592a3;
	}
a:hover
	{
	color:	#e19515;
	text-decoration:	underline;
	}
h1
	{
	font-family: Georgia, Times New Roman, serif;
	color: #800000;
	font-size: 24pt;
	font-weight: bold;
	}
.box
	{
	border-color: white;
	border-width: 7px;
	border-style: double;
	background-color: #CC9966;
	padding: 25px;
	float: left;
	}
#nav
{
	background-color: black;
	margin: auto auto auto auto;
	}
#image
{
	border: black 7px double;
	background: white;
	width: 800px;
	margin: 20px auto auto auto;
	}