body {
  background: url("/gif/197.GIF"); }

header {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	color: #FF83B5;
	font-size: 200%;
	text-shadow: 1px 1px #FFA5C9, -1px -1px #DD3766, -1px 1px #DD3766, 1px -1px #DD3766;
	letter-spacing: 1px;
	text-align: center;
}

#logo {
	font-size: 40px;
	font-weight: bold;
	color: #FF83B5;
	text-shadow: 1px 1px #DD3766, -1px -1px #DD3766, -1px 1px #DD3766, 1px -1px #DD3766;
}

#logo:hover {
	color: #FFA5C9;
	text-shadow: 1px 1px #8FF0FF, -1px -1px #8FF0FF, -1px 1px #8FF0FF, 1px -1px #8FF0FF;
}

p {
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
  padding: 10px;
  border: dotted;
  background-color: rgba(143, 240, 255, .90);
  margin: 10px 400px 10px 400px;
  text-align: center;
  color: #FF83B5;
  font-size: 20px;
}

#people {
  margin: auto;
  display:inline-block;
  border: none;
  background: url("/library/folder_base.png");
  background-size: contain;
  width: 500px;
  height: 500px; 
}  

#people:hover {
  background: url("/library/people_open.png") no-repeat;
  background-size: contain;
  }

#pizzazz {
  margin: auto;
  display:inline-block;
  border: none;
  background: url("/library/folder_base.png");
  background-size: contain;
  width: 500px;
  height: 500px;    
}  

#pizzazz:hover {
  background: url("/library/pizzazz_open.png") no-repeat;
  background-size: contain;
}

#pubs {
  margin: auto;
  display:inline-block;
  border: none;
  background: url("/library/folder_base.png");
  background-size: contain;
  width: 500px;
  height: 500px;    
}  

#pubs:hover {
  background: url("/library/pubs_open.png") no-repeat;
  background-size: contain;
}