body	{
	position: relative;
	background-color: #000000 /*black*/;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-color: #CCCCCC;
}

a:link		{color: white; text-decoration: none;}
a:visited	{color: white; text-decoration: none;}
a:hover		{color: rgb(255,51,153); text-decoration: none;}
a:active	{color: rgb(255,51,153); text-decoration: none;}

#nav {
	width: 94px;
	height: 240px;
}

#button {
	background-color: rgb(20,20,20);
	/*height: 35px;*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	border: solid rgb(100,100,100) 1px;
	margin: 0px 0px 6px 0px;
	padding: 4px 0px 4px 0px;
	vertical-align: middle;
}

#teachers {
  background-color: #333333;
  width: 800px;
  height: 500px;
  margin: 0px 0px 0px 50px;
  padding: 10px 0px 30px 0px;
}

#teacherstext {
	display: inline;
	width: 280px;
}

#teacherspictures {
	position: absolute;
	display: inline;
	top: 225px;
	left: 380px;
	margin: 40px 10px 0px 30px;
	background-color: rgb(51,51,51);	
}

p	{font-size: 12px;
	font-style: normal;
	color: ccc; }

.p1	{font-size: 12px;
	display: inline;
	margin: 55px 0px 0px 35px;
	color: #cccccc;} 

#p2	{font-size: 10px;
	font-weight: bold;
	color: #red; }
	
h2	{
	font-size: 21px;
	color: #ff8ccc; /*rgb (255,140,204) pink*/
	/*text-decoration: underline;*/
	font-style: italic;
}
	
h3	{
	font-size: 14px;
	color: #ccc;
	/*text-decoration: underline;
	font-style: italic;*/
}
	
h4	{
	font-size: 14px;
	color: #9f0251; /* rgb(159,2,81) dk pink*/
	text-decoration: underline;
	/*font-style: italic;*/
}

ul	{list-style-type: disc;
	font-size: 13px;
	color: #ccc; 
}

li	{list-style-type: disc;
	font-size: small;
	text-align: left;
	color: #ccc; 
}
