BODY {
    color:             black;
    background:        #FFFACD;
}

P {
    color:             black;
    background:        transparent;
    font-size:         100%;
    margin-left:       3%;
    margin-right:      0%;
    font-family:       Times, "Times New Roman";
}

H1 {
    color:             black;
    background:        transparent;
    font-size:         120%;
    font-family:       Arial, "Arial New";
    text-align:        center;
}

H2 {
    color:             black;
    background:        transparent;
    font-size:         120%;
    text-decoration:   underline;
    text-align:        left;
}

A:link {
    color:             green;
    background:        transparent;
}

A:visited {
    color:             green;
    background:        transparent;
}

A:active {
    color:             green;
    background:        transparent;
    font-weight:       bold;
    test-decoration:   blink;
}

.justified {
    color:             black;
    background:        transparent;
    font-size:         100%;
    margin-left:       12%;
    margin-right:      0%;
    font-family:       Times, "Times New Roman";
    text-align:        justify;
}

.header1 {
    color:             black;
    background:        transparent;
    font-size:         120%;
    margin-left:       0%;
    margin-right:      0%;
    font-family:       Arial, "Arial New";
    text-align:        left;
}

.header2 {
    color:             brown;
    background:        transparent;
    font-size:         100%;
    margin-left:       0%;
    margin-right:      0%;
    font-family:       Times, "Times New Roman";
    text-align:        left:
}
