A
{
    COLOR: white
}
A:active
{
    COLOR: white
}
A:link
{
    COLOR: white
}
A:visited
{
    COLOR: white
}
BODY
{
    FONT-SIZE: smaller;
    BACKGROUND-IMAGE: url(images/khrome_bg.jpg);
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-COLOR: #004477;
    BACKGROUND-POSITION: 5% 15%;
    BACKGROUND-ATTACHMENT: fixed;
}

#otherblogs {
  font-size:13px;
  border-top:1px dashed #ccc;
  border-bottom:1px dashed #ccc;
  padding:10px 0px 15px 0px;
  width:270px;
}

#otherblogs h3 {
  font-size:110%;
}

#otherblogs ul {
  margin-top:5px;
  margin-left:15px;
  padding:0px;
  list-style-type:disc;
  margin-bottom:2px;
}
#otherblogs ul li {
  padding-bottom:8px;
  list-style:circle;
}
#otherblogs .s, #otherblogs .s a {
  font-size:11px;
  color:#666;
}
