﻿

ul.horizontal-list li {
  display: inline-block;
 }  
.style3 {
				padding-top: 15px;
				padding-bottom: 10px;
				font-family: Tahoma, Geneva, sans-serif; 
				border: 0;
				border-bottom: 1px solid #b6d2e6; 
				font-size: small;
				text-align:left;
}

ul li{
    list-style-type: square;
    margin-bottom: 10px;
    margin-left: 50px;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
li:checked,
    li:hover {
      background-color: #C6DCF9;
}
ul.horizontal-list li:focus {
    color: red;
  outline: none;
 } 