table#menu a{ text-decoration: none; color: black;
}
table#menu a:hover{ color: silver;
}
table#menu { font-weight: bold;
}
table#cities {
text-align:left;
}
table#cities tbody {
background-color: #f9fdee;
}
table#cities thead {
background-color: #899951;
}

