ol{
padding: 6px 0 7px 0; /*6px shoold equal top padding of "ol li a" below, 7px shoold equal bottom padding + bottom border of "ol li a" below*/
margin: 0;
text-align: left; //set value to "left", "center", or "right"*/
}

ol li{
display: inline;
}
ol li a{
padding: 6px 3px 4px 3px; 
color: #000000;
}

ol li a:hover, ol li a.selected{

color: #000000;
}
ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: left; //set value to "left", "center", or "right"*/
}

ul li{

}
ul li a{
padding: 6px 3px 4px 3px; 
culor: #000000;
}

ul li a:hover, ul li a.selected{

culor: #000000;
}
