/* CSS Document */

.scroll  {
overflow: scroll;
width: 350;
height: 150;
}

.scroll2  {
overflow: scroll;
width: 210;
height: 60;
}

#friends {
margin: auto;
padding: 10px;
background-color: #FFFFFF;
width: 130px;
font-size: .75em;
font-family: arial, sans-serif;
}

#friends a {
color: #333333;
text-decoration: none;
}

#friends a:hover {
text-decoration: underline;
}