#other{
width: 100%;
list-style-type: none;
}

#other li{
height: 22px;
list-style-type: none;
}

#other li a{
width: 210px;
height: 20px;
border-left:#ff9900 7px solid;
font:bold 10px Verdana, Arial, sans-serif;
color:#000; 
text-decoration:none;
padding:5px 0 0 10px;
display:block !important;
display:inline-block;
}

#other li a:hover {
color: #FF9900;
border-left:#B12B1D 7px solid;
}

h2{
			font-size:2em;
			text-align:center;
			font-weight:normal;
			text-transform:uppercase;
			font-family:"Trebuchet MS",Arial,Sans-Serif;
			padding:.5em 0;
			border-bottom:1px solid #666;
		}
		
			pre{
			font-size:1.2em;
			padding:1em;
		}