	body {
		background-image: url(http://peterkupfer.net/images/lblue055_water721.jpg);
		background-color: #A5DBF6;
	}

	.header
	{
		background-image: url(http://peterkupfer.net/images/lblue055_water721.jpg);
		z-index: 1;
	}

		a:visited
	{
		color:#FF99FF;
	/* The vlink command above changes the color of visited links on the page. I did this so that the didn't blend in so much with the background. */
	}

	table
	{
		background-image: url(http://peterkupfer.net/images/lblue055_water721.jpg);
	/* Is used this so the google search would have the right background. */
		background-color: #A5DBF6;
	}

	p
	{
		font-size: large;
		color: #000099;
	}

	p.left_links
	{
		font-size: 80%;
		background-color: white;
	}

	p
	{
		color: rgb(0, 0, 153);
	}

	.body
	{
		font-size: 110%;
		background-color: white;
		color: black;
		background-image: url(http://peterkupfer.net/images/lblue055_water721.jpg);
	}

	h1
	{
		font-size: xx-large;
		text-align: center;
		color: #000099
	}

	p.title
	{
		text-align:center;
		font-size:250%;
		margin-left:auto;
		margin-right:auto;
	}

	li
	{
		font-size: large;
		color: #000099;
	}

	div.left
	{
		top:100px;
		left:0px;
		float:left;
		width:115px;
		height:600px;
		margin:0;
		padding:1em;
		position:relative;
	}

	div.left_links
	{
		top:100px;
		left:0px;
		float:left;
		width:135px;
		margin:0;
		position:relative;
		background-color:#FFFFFF;
		border-width:2px;
		border-style:solid;
		border-color:#0511A6;
	}
	div.right
	{
		top:100px;
		right:0px;
		float:right;
		width:115px;
		height:600px;
		margin:0;
		padding:1em;
		position:relative;
	}

	.center
	{
		text-align: center;
	}


	.blue
	{
		color:blue;
	}
	.red
	{
		color:red;
	}

	.randompic
	{
		right: 0px;
		text-align: center;
		float: right;
		border: thin groove;
		margin: 5px;
	}

