/* ======== For bottom ads on regular pages =======  */
.bottommenu {
  text-align: center;
  vertical-align: middle;
  height: 40px;
  color: gray;
  font-family: Tahoma,Verdana,Arial,sans-serif;
  font-size: 8pt;
  text-decoration: none;
}
.bottommenu a:link {
  color: gray;
}
.bottommenu a:visited {
  color: navy;
}
.bottommenu a:hover {
  color: red;
}
.bottommenu a:active {
  color: purple;
}
/* ======== For bottom ads on guestbook page =======  */
.bottommenugb {
  text-align: center;
  vertical-align: middle;
  height: 40px;
  color: gray;
  font-family: Tahoma,Verdana,Arial,sans-serif;
  font-size: 8pt;
  text-decoration: none;
}
.bottommenugb a:link {
  color: yellow;
}
.bottommenugb a:visited {
  color: yellow;
}
.bottommenugb a:hover {
  color: yellow;
}
.bottommenugb a:active {
  color: yellow;
}
/* ======== For Links Page =======  */
.gb_title {
  background-color: #4682b4;
  text-align: center;
  vertical-align: middle;
  color: lightcyan;
  font-family: Tahoma,Verdana,Arial,sans-serif;
  text-decoration: none;
  font-weight: bold;
  font-size: xx-large;
}
.gb_addalinkline {
  background-color: #4682b4;
  text-align: right;
  vertical-align: middle;
  color: lightcyan;
  font-family: Tahoma,Verdana,Arial,sans-serif;
  text-decoration: none;
  font-weight: bold;
  font-size: medium;
}

TABLE.lmt {
	background-color : white ;
	color : black ;
}

html, body {
	height: 100%;
	width: 926px;
	margin: 0 auto 1px auto;
	padding: 0;
}

.audio_table {
	font-family: Tahoma,Verdana,Arial,sans-serif;
}
