/* Style sheet for Who's Who */

body {
color: #000000;
background: #FFFFFF;
margin-left: 40px;
margin-right: 30px;
}

/* Paragraph */
p {
font-family: "Times New Roman";
font-size: small;
}

/* Definition list */
dl {
margin-left: 6px;
font-family: "Arial", "Helvetica";
font-size: small;
}

dt {
padding-top: 10px;
font-weight: bold;
}

dd {
margin-left: 15px;
}

ul {
font-family: "Verdana", "Arial", "Helvetica";
font-size: small;
}

li {
padding: 4px;
}

/* H1 is used for the who's name */
h1 {
font-size: large;
font-weight: bold;
border: none;
font-family: "Verdana", "Arial", "Helvetica";
}

/* H2 is used for the list headers */
h2 {
font-size: medium;
font-weight: bold;
font-family: "Verdana", "Arial", "Helvetica", "Geneva";
margin-top: 40px;
border: none;
padding: 4px;
color: #CC0022;
background: #EEDD00;
}

/* H3 is used for the sub-list headers */
h3 {
font-size: x-small;
font-weight: bold;
font-family: "Verdana", "Arial", "Helvetica", "Geneva";
margin-top: 40px;
border: none;
padding: 0px;
color: #CC0022;
}

