.alert {
padding: 8px 35px 8px 14px;
margin-bottom: 18px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
background-color: #fcf8e3;
border: 1px solid #fbeed5;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
color: #c09853;
}
.alert-info {
background-color: #d9edf7;
border-color: #bce8f1;
color: #3a87ad;
}
.label {
padding: 1px 4px 2px;
font-size: 10.998px;
font-weight: bold;
line-height: 13px;
color: #ffffff;
vertical-align: middle;
white-space: nowrap;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #999999;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.label-info {
background-color: #3a87ad;
}
.label:hover {
color: #ffffff;
text-decoration: none;
}
.label-info:hover {
background-color: #2d6987;
}
ul#navList > li > a:hover {
text-decoration: none;
background-color: #eeeeee;
}
div#blog-sidecolumn div  ul  li  a:hover {
text-decoration: none;
background-color: #eeeeee;
}
h3.catListTitle{
border-bottom:1px solid;
}