
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline}



div.absolute; {
  position: absolute;
  bottom: 30px;
  left: 8px;
  border: 3px solid #73AD21;
}

div.container {
  position: relative;
  text-align: center;
  color: white;
}

div.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}


div.bottom-right-indent {
  position: absolute;
  bottom: 8px;
  right: 128px;
}

div.bottom-right-upper-indent {
  position: absolute;
  bottom: 36px;
  right: 16px;
}

div.bottom-right-upper-double-indent {
  position: absolute;
  bottom: 36px;
  right: 128px;
}


div.centre-right-indent {
  position: absolute;
  bottom: 30px;
  right: 16px;
}

  
div.bottom-left {
position: absolute;
bottom: 8px;
left: 16px;
}

div.centre-left {
position: absolute;
bottom: 30px;
left: 8px;
}




