a:link {
	text-decoration: none;
	color: #440022; 
}
a:visited {
	text-decoration: none;
	color: #440022;
}
#menu a:link {
	text-decoration: none;
	color: #440022; 
}
#menu a:visited {
	text-decoration: none;
	color: #440022;
}
#menu a:hover {
	text-decoration: none;
	color: white;
	background-color : #440022;
}
#menu a:active {
	text-decoration: none;
	color: #880044;
}

#text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #444;
}


hr.hrc {
  border-top: 2px solid #440022;
}

#tbutt {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 20px;
  font-size: 18px;
  border-radius: 20px;
  border: none;
  outline: none;
  background-color: #880044;
  color: white;
  padding: 18px;
  z-index: 199;
  cursor: pointer;
}
#tbutt:hover {
  background-color: white;
  color: #880044;
}

#small {
	font-size:10px;
}

#red {
	color: red;
}