body	{
	background: rgb(255,254,203);
         color: rgb(157,79,79);
	}

.nav	{
	position: absolute;
         top: 138px;
         left: 50px;
         height: 600px;
         width: 200px;
	}

.nav p	{
         position: absolute;
         top: 50px;
         left: 50px;
         color: white;
         font-size: 160%;
         font-style: italic;
	}

.nav p a	{
	text-decoration: none;
         color: white;
	}

.nurtext, .team	{
		position: absolute;
         	top: 50px;
	        left: 300px;
	        height: 530px;
        		width: 650px;
         	border: black ridge;
         	background: rgb(157,79,79);
         	color: white;
         	font-size: 100%;
         	padding: 5px;
                 overflow: auto;
		}

h1	        {
		font-style: italic;
                 text-align: left;
		}

.nurtext ul	{
		text-align: left;
		}

.nurtext	p, .nurtext ul li	{
			 	font-family: sans-serif;
			 	}

.team p		{
		font-family: sans-serif;
                 font-size: 100%;
		}

.team		{
                 text-align: center;
                 overflow: hidden;
		}

.nurtext a	{
	 	color: white;
                 font-decoration: underline;
	 	}

.nurtext a:hover	{
		text-decoration: none;
		}

.team img, .nurtext img	{
			border: none;
			}

span.head	{
		font-size: 135%;
		}

.nav p a:hover	{
		color: rgb(157,79,79);
		}
