body {background-color:#fbf8b1}
		img.logo
		{
		float:left;
		}
		img.header1
		{
		float:right;
		}
		ul.nav
		{
		list-style-type:none;
		position:relative;
		left: -20px;
		}
		li.nav
		{display:inline;}
		a.nav
		{
		width:6em;
		text-decoration:none;
		padding:0.2em 0.6em;
		color:white;
		}
		a:hover {text-decoration:blink}
		p.intro
		{
		padding-left:50px;
		padding-right:50px;
		text-align:justify;
		}
		p.foot
		{
		text-align:center;
		font-size:x-small;
		}
		table
		{border-bottom:solid blue;}
		table.body
		{
		border-left:solid blue;
		border-bottom:solid blue;
		border-right:solid blue;
		position:absolute;
		top:130px;
		left:10px;
		}
		b.title
		{
		color:white;
		font-size:large;
		}
