div.profileBlurb {
    max-height: 400px;
    width: 80%;
    overflow: auto;
    border: 1px solid #0;
    background-color: #0;
    padding: 10px;
}
div.profileDiv {
    max-height: 400px;
    width: 80%;
    overflow: auto;
    border: 1px solid #999999;
    background-color: #0;
    padding: 10px;
    display: none;
}
.profile_item{
    margin-left:50px;
    margin-top: 0px;
    text-indent:-50px;
}


.memName {font-size: small; color: #808080; }
.memName A:link    { text-decoration:none; color: #808080; }
.memName A:visited { text-decoration:none; color: #808080; }
.memName A:hover   { text-decoration:none; color: #FFFFFF; }
.memNameClicked {font-size: small; color: #FFFFFF; }

.memYear {font-size: small; font-weight: bold; color: #FFCC66; }
.memYear A:link    { text-decoration:none; color: #FFCC66; }
.memYear A:visited { text-decoration:none; color: #FFCC66; }
.memYear A:hover   { text-decoration:none; color: #FFFFFF }

