/* warning to myself this effects every single web page to my website If you edit this it could break some web pages */
footer.footer {
  background: rgba(0, 0, 0, 1);
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 16px;
  color: #0ed145;
  text-align: center;
  border-top: solid;
  border-width: 1px;
}

div.Catfooter{
  position: fixed;
  bottom: -5px;
  left: -25px;
  background: rgba(0, 0, 0, 0);
  border-style: none;
  border-width: 0px;
  padding: 0px;
  border-color: #6ffa00;
  margin: 25px;
  outline: #000000 none 0px;
}

a.afooter:link
{
	color: #6ffa00;
}
a.afooter:visited
{
	color: #008000;
}
a.afooter:hover
{
	color: #00ff00;
}
a.afooter:active
{
	color: #0ed145;
}

/*alsamiq-sans Google Font */
.bs-regularfooter {
  font-family: "Balsamiq Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.bs-boldfooter {
  font-family: "Balsamiq Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.bs-regular-italicfooter {
  font-family: "Balsamiq Sans", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.bs-bold-italicfooter {
  font-family: "Balsamiq Sans", sans-serif;
  font-weight: 700;
  font-style: italic;
}

/*tiny5*/
.t5footer {
  font-family: "Tiny5", sans-serif;
  font-weight: 400;
  font-style: normal;
}