#navcontainer { 
  padding: 5; 
  margin: 0; 
  position: relative;
  font: georgia,arial sans-serif;
}


/* basic elements */
html {
	margin: 0;
	padding: 0;
	}
body { 
	font: 75% georgia,arial sans-serif;
	line-height: 1.88889;
	color: #555753; 
	margin: 0; 
	padding: 0;
	}
p { 
	margin-top: 0; 
	text-align: justify;
	}
h3 { 
	font: normal 1.4em georgia,arial sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: rgb(0, 0, 0);
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #000000;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #000000;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #9D0C0F;
	}
acronym {
	border-bottom: none;
	}

