/* CSS Document */
.blogroll{
 padding: 5px 5px 5px 5px;
 background-color: #fff;
}

.blogroll img{
 width: 85px;
 height: 85px;
 border: 0px solid white;
}

html>body .blogroll a img, .blogroll a:visited img, .blogroll a:link img, .blogroll a:active img{
 border: 2px solid white;
}

html>body .blogroll a:hover img{
 border: 2px solid #0066FF;
}

*html .blogroll a, .blogroll a:visited, .blogroll a:link, .blogroll a:active{
 border: 2px solid white;
}

* html .blogroll a:hover{
 border: 2px solid #0066FF;
}