/* KEI staff stylesheet */

.shout {
background-color: #ccccff;
padding: 20px;
border-top: 8px solid navy;
border-bottom: 8px solid navy;
}

.say {
background-color: yellow;
padding: 10px;
border-top: 5px solid brown;
border-bottom: 2px solid brown;
border-left: 4px solid brown;
border-right: 2px solid brown;
}

.say2 {
background-color: teal;
color: white;
padding: 10px;

}

.say3 {
background-color: rgb(173,216,230);
color: navy;
padding: 10px;
}


.say4 {
background-color: #ccccff;
padding: 10px;
}

.say5 {
background-color: #ccccff;
}

UL.plain  { list-style: none }


