body {
    background-color: rgb(245, 245, 245);
    font-family: Georgia, serif, helvetica, sans-serif;
}

h1		{ font-size: large;color: black; }
a		{ color: blue; text-decoration: none; border-bottom:1px dashed;}
span.boxhdr	{ font-size: large; font-weight: bold; color: black; }

div.textbox {
    border: 2px purple;
    padding: 10px;
    background-color: rgb(245, 245, 245);
    margin-bottom: 14px;
}

div.namebox {
    margin-bottom: 14px;
}
