

	body {
		width: 750px;
		background: white;
		color: black;
		margin-left: auto;	
		margin-right: auto;
		margin-top: 0px;
		text-align: center;
		font:small/1.5em sans-serif;
	}

	a:active {
		color: rgb(20%, 20%, 50%);
		text-decoration: none;
	}

	a:visited {
		color: rgb(20%, 20%, 50%);
		text-decoration: none;
	}

	a:link {
		color: rgb(20%, 20%, 50%);
		text-decoration: none;
	}

	a:hover {
		color: rgb(20%, 20%, 85%);
		text-decoration: underline;
	}

	#newsbox {
		float: left;
		border: black 1px solid;
		width: 175px;
		margin: 15px 0px 2px 20px;
		padding: 2px 0px 2px 0px;
		font: small/1.33em  sans-serif;
		text-align: center;
	}

	#nav {
		margin: 2.5px 0px 5px 0px;
		font: small/1.5em  sans-serif;
		text-align: center;
	}

	
	#profile {
		margin: 0px 130px 0px 0px;
		
	}

	#floatleft {
		float: left;
		
	}

	#body {
		clear: right;
		margin: 0px 0px 0px 0px;
		padding: 0px;
		font: small/1.75em  sans-serif;	
	}

	table {
		align: center;
		text-align: center;
	}

	#footer {
		padding: 0px;
		font: x-small/1.25em  sans-serif;
		text-align: center;
		clear: all;
	}

	.show {
		font: large/1.25em  sans-serif;	
	}

	.review {
		text-align: left;
	}



