/* CSS Document */

/* SELECTORS.CSS - TEXT STYLING FOR PEOPLE PAGES */

ul.nobulletlist
{
list-style-type: none;
}

li.nobull
{
list-style-type: none;
}

.jumplinks {
font-weight: bold;
line-height: 130%;
margin-top: 10px;
}

.small {
font-size: 0.9em;
line-height: 130%;
}

.centered {
text-align: center;
}
