/* * {border: 1px red solid;}*/

body {
	color: #33ccff;
	background-color: black;
	margin: 0;
	padding: 0;
	font-family: Arial, helvetica, sans-serif;
	margin: 1em;
	text-align: center;
}
a:link {
	text-decoration: underline;
	color: red;
}
a:hover {
	text-decoration: underline;
	color: gray;
}
a:visited {
	text-decoration: underline;
	color: red;
}
a:active {
	text-decoration: underline;
	color: red;
}
#content p {
	text-align: justify;
}
img {
	border: 0;
}
#header strong, #navcontainer h2 {
  display: none;
}
#header h2 {
  font-size: small;
  font-weight: normal;
}
#page {
 width: 44em;
 text-align: left;
 margin-left: auto;
 margin-right: auto;
}
#navcontainer {
position: absolute;
  top: 140px;
  left: 150 px;
  owerflow: visible;
  margin: 0;
  padding: 0;
 }
#navcontainer ul {
  margin: 0;
  padding: 0;
  list-style: none;


}
#navcontainer li {
  margin: 0;
  padding: 0;
  display: inline;
}
#footer {
font-size: small;
}
#email_tribbe {
text-align: center;
}

