body { color: #000000; background: transparent; font-size: 12px; font-family: tahoma;  text-align: justify; margin:10px; } 
body.A { color: #000000;  background-color: #ffffff; font-size: 12px; font-family: tahoma;  text-align: justify; margin:10px; background: url("buttons/bg.jpg"); background-repeat: repeat-x; } 

A:link {color: #095281; text-decoration: underline; font-weight:bold; }
A:visited {color: #095281; text-decoration: underline}
A:active {color: #095281; text-decoration: overline}
A:hover {color: #095281;}

div.welcome {color: #0b2333;  font-size: 20px;  font-weight: bold; font-family: verdana; text-align: center; }

#centreposition {
  position: absolute;
  margin-left: 18%;
  width: 80%;
  height: 70%;
  top: 28%;
  padding: 0px 0px 0px 10px;
}

#left {
  position: absolute;
  left: 0px;
  width: 20%;
  height: 70%;
  top: 28%;
  padding: 0px 0px 0px 0px;
  }