body {
  font-family: Arial;
  font-size: 17px;
  color:#a5a5a5

}
body a:link {
  text-decoration: none;
  color:#999999;
  font-weight:bold;
}
body a:visited {
  text-decoration: none;
  color:#999999;
  font-weight:bold;
}
body a:hover {
  text-decoration: none;
  color:#C50D53;
  font-weight:bold;
}
body a:focus {
  text-decoration: none;
  color:#171717;
  font-weight:bold;
}
body a:active {
  text-decoration: none;
  color:#171717;
  font-weight:bold;
  }

h1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #C50D53;
  font-size: 24px;
  padding-top:20px;
}
h2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #0E0E34;
  font-size: 21px;
  border-bottom:solid 1px #ddd; line-height:30px; border-radius:solid 1px;
  padding-top:20px;
  line-height: 2.5; // the distance
  }
h3 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #474747;
  font-size: 19px;
  padding-bottom: 20px;
}
ul {
list-style:url(https://www.yomo-online.co.uk/images/bullet.png) none;
}





.horizontal_menu
{
z-index: 100;
display: inline;
float:left;
margin-top: 10px;
}

.horizontal_menu li
{
display: block;
float:left;
font-family: Arial;
font-size: 17px;
color:#FFFFFF;
font-weight: bold;
padding-right:10px;

}

.horizontal_menu li a:link {color: #ffffff;}
.horizontal_menu li a:visited, .horizontal_menu li a:hover,
.horizontal_menu li a:active {color: #ffffff;}