body {
    background-color: #666;
    color: #fff;
    font-family: arial, helvetica, sans-serif;
    text-align: center;
    margin: 180px;
    margin-top: 0;
    margin-bottom: 80px;
    background-image: url(/friendfeed/style/background.png);
    background-repeat: repeat-x;
}

a {
    color: #fff;
}

.images a img {
    width: 75px;
    height: 75px;
    border: 4px solid #fff;
    -moz-border-radius: 5px 5px 5px 5px;
}

h1,
h2 {
    font-size: 90%;
    padding-top: 20px;
    text-align: center;
    background-image: url(/friendfeed/style/background-line.png);
    background-repeat: repeat-x;
    background-position: 0 15px;
}

h1 .info,
h2 .info {
    font-weight: normal;
    font-size: 90%;
}

h1 strong,
h2 strong {
    background-color: #666;
}

h2 {
    margin-top: 45px;
}

#info {
    position: absolute;
    left: 0;
    top: 0;
    width: 160px;
    height: auto;
    padding: 8px;
    -moz-border-radius: 20px;
    border: 2px solid black;
    background-color: #fff;
    color: #000;
    font-size: 80%;
    overflow: hidden;
    display: none;
    z-index: 100;
}

.domain {
    font-size: 85%;
    color: #ccc;
}

.footnote {
    font-size: 90%;
    font-style: italic;
    margin-top: 40px;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    color: #ccc;
    text-align: left;
}

.list {
    width: 640px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    margin-top: 30px;
}

ol li {
    margin-bottom: 4px;
}

.linkCount {
    font-size: 90%;
    color: #ccc;
}

.imageResults img {
    width: 75px;
    height: 75px;
    border: 1px solid black;
}

table {
    border-collapse: collapse;
    width: 880px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.header th {
    border-bottom: 1px solid #fff;
}

th,
td {
    padding: 10px;
    font-size: 90%;
    color: #ddd;
    text-align: left;
    vertical-align: top;
}

.memberCount {
    font-size: 90%;
    font-style: italic;
}
