
h1,h2,h3,h4,p,body,ul,ol,li,table,th,td,blockquote,pre,div,caption
{
    font-family:        "Times New Roman", Times;
}

/*
<body text="#000000" bgcolor="#FFFFFF" link="#FF0000" vlink="#800000">
    text-decoration:    overline;
    text-decoration:    line-through;

    list-style-position:    inside;
    list-style-position:    outside;
*/

body
{
    background-color:   #FFFFFF;
    text:               #000000;
    bgcolor:            #FFFFFF;
    link:               #FF0000;
    vlink:              #800000;
}

pre
{
    text-align:         left;
}

p
{
    text-align:         justify;
/*  text-indent:        1cm;        */
    font-weight:        normal;
    font-style:         normal;
}

p.undlnitl
{
    text-align:         justify;
    text-indent:        1cm;
    font-weight:        normal;
    font-style:         italic;
    text-decoration:    underline;
}

p.fdbck
{
    text-align:         center;
    font-weight:        bold;
    font-style:         normal;
    font-family:        Georgia;
}

p.two_tab_italics
{
    text-align:         justify;
    text-indent:        2cm;
    font-weight:        normal;
    font-style:         italic;
}

p.brown
{
    color:              993300;
    font-weight:        bold;
    font-style:         italic;
    text-decoration:    underline;
}

p.uppercase
{
    text-transform:     uppercase;
}

p.lowercase
{
    text-transform:     lowercase;
}

p.capitalize
{
    text-transform:     capitalize;
}

/**********************************
table,th,td
{
    border-style:       outset;
}
**********************************/

th
{
    text-align:         center;
}

li
{
    list-style:         disc;
    text-align:         left;
}

li.circle
{
    list-style:         circle;
}

hr
{
    color:              sienna;
    width:              100%;
    font-weight:        bold;
}

ul
{
    list-style-type:    disc;
}

ul.disc
{
    list-style-type:    disc;
}

ul.circle
{
    list-style-type:    circle;
}

ul.square
{
    list-style-type:    square;
}

ol
{
    list-style-type:    decimal;
}

ol.decimal
{
    list-style-type:    decimal;
}

ol.lroman
{
    list-style-type:    lower-roman;
}

ol.uroman
{
    list-style-type:    upper-roman;
}

ol.lalpha
{
    list-style-type:    lower-alpha;
}

ol.ualpha
{
    list-style-type:    upper-alpha;
}

/***********************************
href
{
    color:              blue;
    text-decoration:    underline;
    text-underline:     single;
}
***********************************/