body {
  background: Green;
  background-image: url("/images/cameron_tartan.gif");
  color: White;
  text-align: center;
  margin-top: 50px;
  vertical-align: middle;
  font-family: @Arial Unicode MS;
  font-size: large;
}

#content 
{
	
  width: 80%;
  color: #000000;
  font-family: @Arial Unicode MS, Arial, Serif;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  border: 2px solid #000000;
  background: #ffffff;
  padding: 5px;
  text-align: left;
}

a 
{
	background-color: White
}

h1 {
  font-family: @Arial Unicode MS, Arial, Serif;
  font-size: 6;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  font-variant: small-caps;
  text-align: center;
}

h2 {
  font-family: @Arial Unicode MS, Arial, Serif;
  font-size: 5;
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  font-variant: small-caps;
  text-align: center;
}

h3 {
  font-family: @Arial Unicode MS, Arial, Serif;
  font-size: 4;
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  font-variant: small-caps;
  text-align: center;
}

h4 {
  font-family: @Arial Unicode MS, Arial, Serif;
  font-size: 3;
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  font-variant: small-caps;
  text-align: center;
}

p {
  text-align: justify;
  margin-top: 5px;
}

img {  
 border-bottom-style: none;
 border-left-style: none;
 border-right-style: none;
 border-top-style: none;
}

img.left 
{
	margin-left: inherit;
}

img.centred 
{
	display: block;
	 margin-left: auto;
	 margin-right: auto;
}