body {
	background-color: black;
	color: white;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0px;
	}
h1 { 
	margin: 0px;
	min-width: 480px;
/*	border: 1px solid red; */
	}
h2 {
	padding: 0px 0px 10px 25%;  
	margin: 0px 25% 0px 0px;
	background-color: gray;
	color: white;
	text-align: left;
	font-size: 18px;
/* 	border: 1px solid blue; */ 
  }
h3 {
  text-align: right;
	font-size: smaller;
	margin: 0px 25% 0px 25%;
	padding: 10px 5px 10px 0px;
  }	
h3 a:link {
  background-color: black;
	color: white;
	}
P:first-letter
	{
		font-size: 200%;
		font-weight: bold;
	}
	
#logo {
	min-width: 75px; text-align: center; width: 25%; float: left;
	}
#content {
  float: left; 
/*	border: 1px solid yellow; */
	width: 50%;
	min-width: 150px;
	}	 	 
#content h3 {
  margin-right: 0px;
  }
#content p {
	margin: 0px;
	/*width: 50%;*/

	text-align: justify;

/*	border: 1px solid green; */
	}
#content a {
  color: white;
	background-color: black;
	font-weight: bold;
	text-decoration: none;
	}
#content a:hover {
  background-color: silver;
	color: black;
	}	
#menu {
  float: left;
  width: 25%;
	min-width: 75px;
	text-align: center;
/*	border: 1px solid yellow; */
	}
.menuitem {
/*	display: block;*/
	max-width: 150px;
  background-color: black;
	color: white;
	text-align: center;
	text-decoration: none;
/*	border: 1px solid olive; */
  }	

.hiddenmenuitem {
  visibility: hidden;
	}
#menuimage {
  width: 100%;
	text-align: center;
  }
#photo {
  width: 100%;
	height: auto;
	max-width: 150px;
	border: 0px;
  }
#menubas {
  float: left;
	text-align: center;
	margin-right: 0px;
/*	border: 1px solid olive; */
	width: 24%;
  }
#menubas a:visited {
  color: silver !important;
	background-color: black;
	text-decoration: none;
  }	
#menubas a:hover {
  color: white !important;
	background-color: black;
	font-weight: bold;
  }	
#menu a:visited {
  color: silver !important;
	background-color: black;
	text-decoration: none;
  }	
#menu a:hover {
  color: white !important;
	background-color: black;
	font-weight: bold;
  }	
#logosw3c {
/* 	border: 1px solid olive; */
	margin: 0px 0px 0px 0px; 
	clear:left; 
	padding-top: 50px;
	text-align: center;
  }
