body {
    background-color: #ffffff;
    font-family: verdana, arial, helvetica, sans-serif;
}

h1		{ color: #a00000; }
a		{ color: blue; }
span.boxhdr	{ font-size: x-large; font-weight: bold; color: #00a000; }
span.subhdr	{ font-size: large; }

div.mainbox	{ position: relative; }

div.textbox {
    border: 2px dashed purple;
    padding: 10px;
    background-color: #e0e0ff;
    margin-bottom: 20px;
}

div#people {
    white-space: nowrap;
}

table.maintbl td {
    padding-left: 10px;
    padding-right: 10px;
}

