/*The style sheet of the final project*/
		a {
			text-decoration: none;
		}
		a:link {
			color: #ffffff;
        }
		a:visited {
			color: #95b9c7;
        }
		a:hover {
			color: #ff0000;
		}

		body{
			background-color:#fbc275;
			font-family: arial;
		}

		.nav{
			background-color:#763a1c;
			vertical-align:top;
			padding-left:5px;
			padding-top:10px;
			width:160px;
			font-weight:bold;
		}

		.maincolum{
			background-color:#ffffff;
			vertical-align:top;
			padding-left:10px;
			padding-top:10px;
			padding-right:10px;
			padding-bottom:10px;
		}

		.pagehead{
			vertical-align:top;
			font-size:30px;
			font-weight:bold;
			color:#151b54;
		}

		.subhead{
			vertical-align:top;
			font-size:18px;
			color:#000000;
			font-weight:bold;
		}

		.subtitle{
			font-size:24px;
			font-weight:bold;
			color:#151b54;
		}

		.listhead{
			font-size:16px;
			font-weight:bold;
		}

		.navtext{
			color:#ff4500;
		}

		.foot{
			color:#000000;
		}

		#note{
			font-family:arial;
			font-size:14px;
		}

		.highlight{
			font-weight:bold;
			color:#000000;
		}

		.subtable{
			font-size:12px;
			border-width:1px;
		}

		
