h1.title {
    font-family: "Times New Roman", serif;
    color:       aqua;
    text-align:  center;
    font-size:   18px;
    margin:      0px 0px 0px 0px;
    padding:     0px 0px 0px 0px;
}

h1#name {
    color:       white;
    font-size:   30px;
    margin:      8px 0px 8px 0px;
    padding:     0px 0px 0px 0px;
}



.dynamic_content {
    visibility: hidden;
    display: none;
}

#content {
    clear: left;
    color: white;
}

.dynamic_content > p:first-child,
.dynamic_content > p.first_paragraph {
    margin-top: 1em;
}

#content p:first-letter {
    font-size: 200%;
    font-weight: bold;
    clear: left;
    color: aqua;
}

#content a:link,
#content a:visited {
    color: aqua;
}


.img_float_right_bottom,
.img_float_top_right,
.img_float_right {
    clear: right;
    float: right;
    margin-right: 1em;
    margin-left: 1em;
    margin-bottom: 1em;
}

.img_float_right_bottom {
    clear: none;
}

.img_float_top_right {
    margin-top: 1em;
}

.img_float_left_bottom {
    float: left;
    margin-right: 1em;
    margin-left: 1em;
    margin-bottom: 1em;
}


.contact_div {
    text-align: center;
    margin-bottom: 1em;
}

.phone_label, .phone_number, #email {
    font-weight: 700;
    color: aqua;
}

.phone_number {
    color: white;
}

#email a:link,
#email a:visited {
    color: white;
}


ol > li > em {
    font-weight: 700;
    font-style: normal;
    color: lime;
}

ul > li > em {
    font-weight: 700;
    font-style: normal;
    color: fuchsia;
}
/*
dt {
    display: inline;
}

dd {
    display: inline;
    margin-left: 0;
}
*/

#illegal {
    font-weight: 700;
    font-style: normal;
    color: fuchsia;
}

#BottomLeftCornerTop {
    clear: right;
    float: left;
    width: 100%;
}

#BottomLeftCorner {
    clear: left;
    float: left;
    font-size:.9em;
    font-weight:600;
    color:white;
}

/* About this site: peoms */
#content pre {
    font-family: "Century Schoolbook", serif;
    font-size:.9em;
}

#content pre:first-letter {
    font-size: 150%;
    font-weight: bold;
    clear: left;
    color: aqua;
}

#content ul { list-style-image: url("../images/cuteball.gif") }

.button_float_right {
    font-weight: 700;
}

p.last_paragraph_with_float_picture_right {
    clear: right;
}

em {
    font-style: normal;
    color: aqua;
}

h2 {
    font-size: 18px;
    color: blue;
}