.navi {
	#border: solid #858585 1px;
	#text-align: left;
	font-variant: normal;
	font-weight: bold;
	font-size: small;
	font-family: sans-serif;
	background-color: #c6c6c6;
	}
.active {
	color: #000;
	font-size: medium;
	}
.main {
	color: #000;
	font-family: sans-serif;
	font-size: small;
	background-color: white;
	}	
body {
	color: black ;
	font-family: sans-serif;
	font-size: small;
	background-color: #c6c6c6;
	}
h1	{
	font-size: large;
	text-align: left;

	margin-bottom: 1em;
	}	
p {
	margin: 1em ;
	}
A:link    { 
	color: #555555 ;
	text-decoration: underline ;
	}
A:active  {
	color: green ;
	}
A:visited {
	color: #AAAAAA	 ;
	text-decoration: underline ;
	}
