BODY { background: white url(images/bg.gif); background-repeat: no-repeat; }

p {  font-family: arial, sans-serif;
     font-size: 16px; color: #333333;
     font-weight: none;
     text-decoration: none;
     text-align: justify;
}

h1 {
  font-family: Helvetica, arial, sans-serif;
  font-size: 20px;
  font-style: bold;
  color: #B60A23;
}

h2 {
  font-family: Helvetica, arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #B60A23;
}

h3 {
  font-family: Helvetica, arial, sans-serif;
  font-size: 26px;
  font-style: italic;
  font-weight: bold;
  color: #333333;
}

h4 {
  font-family: Helvetica, arial, sans-serif;
  font-size: 48px;
  font-weight: bold;
  color: #333333;
}

h5 {  
     font-family: Helvetica, arial, sans-serif;
     font-size: 16px; color: #333333;
     text-decoration: none;
     text-align: justify;
}

b  {  font-family: arial, sans-serif;
     font-size: 16px; color: #333333;
     font-weight: bold;
     text-decoration: none;
     text-align: justify;
}

li {  
     font-family: arial, sans-serif;
     font-size: 18px; color: #333333;
     font-weight: bold;
     text-decoration: none;
     text-align: justify;
}


a:link {
  font-family: sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #B60A23;
  text-decoration: none;
}
a:visited {
  font-family: sans-serif;
  font-size: 16px; color: blue;
  font-weight: bold;
  color: #B60A23;
  text-decoration: none;
}
a:hover {
  color: blue;
  text-decoration: none;
  font-family: sans-serif;
  font-size: 16px;
}
a:active {
  color: #666666;
  text-decoration: none;
  font-family: sans-serif;
  font-size: 16px;
}

a.button {
  display: block;
  text-decoration: none; /* no underline for buttons */
  margin-left: 16px;
}
a.button:link { color: #B60A23; }
a.button:visited { color: #B60A23; }
a.button:hover, a.button:active { color: blue; }
  
  
div.content {
	margin-top: 15px;
	margin-left: 15px;
}

.borderimg {  color: #E56C33; border: none}
.centre {  text-align: center}
.normaltext {
  font-family: sans-serif;
  font-size: 16px;
}

