a {
	color: #395479;
	text-decoration: none;
}

a:hover {
	color:#A52B2D;
	text-decoration: none;
}

a:focus {
	color:#A52B2D;
	text-decoration: none;
}

h2 {
	font-size: 16px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

ul {
	position: relative;
	width: 295px;
	height: 320px;
	font-family: Arial, Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	text-decoration: none;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: scroll;
	list-style: none;

	-webkit-perspective: 400px;
	   -moz-perspective: 400px;
	    -ms-perspective: 400px;
	     -o-perspective: 400px;
	        perspective: 400px;
}

ul li {
	position: relative;
	padding: 16px;
	background: #eee;
	color: #252525;
	font-size: 14.5px;
	text-decoration: none;
	z-index: 2;

	-webkit-transform: translateZ(0px);
	-moz-transform: translateZ(0px);
	-ms-transform: translateZ(0px);
	-o-transform: translateZ(0px);
	transform: translateZ(0px);
	}
	
ul li:nth-child(odd) {
	background: #fff;
}

