


body
{
    background-image:url("background.png");
    background-repeat:repeat;
}

.centre
{
   color:rgb(201,201,201);
}

.centre-image
{
    display:inline;
    float:left;
    border-color:white;
    border-style:solid;
    border-width:7px;
    margin-left:0;
    margin-right:9px;
}

.centre-image2
{
    display:inline;
    float:right;
    border-color:white;
    border-style:solid;
    border-width:7px;
    margin-left:9px;
    margin-right:0;
}




.centre-heading
{
    font-size: 12px;
    color: rgb(201,201,201);
    font-weight:bold;
    text-decoration:none;
}

.centre-text
{
    font-size:12px;
    color: rgb(201,201,201);
    line-height:16px;
}

.centre-intro-text
{
    font-size: 16px;
    font-weight:bold;
    color: rgb(201,201,201);
    line-height:19px;
}

.centre-intro-heading
{
    font-size: 16px;
    color: white;
    font-weight:bold;
}





  
A
{
  text-decoration: underline;
  color: rgb(201,201,201);
  border:0;
} 

A:hover
{
  text-decoration: underline;
  color:rgb(218,169,0);
  border:0;
}

h1
{
  color: white;
  font-size: 16px;
  font-weight: bold;
  padding:0;
  margin:0;
  border:0;
}

h2
{
  color: white;
  font-size: 12px;
  font-weight: bold;
  padding:0;
  margin:0;
  border:0;
  margin-top:27px;
}




