/*
	NS4 doesn't do well with added colors because of the extra
	padding added inside each block element. So colors are imported.
 */
@import "/css/colors-plain.css";

p, a, ul, ol, li, table, tr, td {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 10px;
}

h1, h2, h3, h4, h5 {
    font-family: Georgia, "Times New Roman", serif;
}


