body 	{color: #000000;
	background-color: #ffffff;
	font-family: Tahoma;
	font-size: 20px;
	border-width: 25px; 
	border-style: ridge; 
	border-color: #00ff00;
	padding: 20px;
	
	}

a:link		{color: #0000FF ;	}
A:visited	{color: #008080; font-weight: 		bold;}
A:hover		{color: #800000; font-weight: 				bold; }
A:active	{color: #OOAFEED; }


hr 	{color: #008000;
	width: 90%; 
	}

h1, h2, h3	{background-color: #3EB677;
	}

#topnav	{font-size: 14px;
	text-align: right;
	float: right;
	padding-bottom: 5px;
	
	}

#leftnav	{font-size: 14px;
		float: left;
		width: 15%;
		}

#content	{font-size: 16px;
		font-weight: 600;
		text-align: center;
		float: right;
		margin: 20px;
		width: 65%;
		border: none;
		}

#bottomnav	{font-size: 12px;
		}

.par	{background-color: #00FF00;
	text-align: center;
	}

ul.align	{text-align: left; }
