
/* - ploneCustom.css - */
@media all {
/* http://www.statelibraryofiowa.org/portal_css/ploneCustom.css?original=1 */
/* */
/* */
p.notice {
font-family: arial, sans-serif;
font-size: large;
color: #FF0000;
}
p.announcement {
font-family: "Lucida Console", monospace;
font-size: xx-large;
font-weight: bold;
color: #00457B;
text-align: center;
}
/* */
/* */
.listing td{
vertical-align: top;
}
}

