/*Cote Brilliante Style Sheet*/
Body{background-color:}
H1, H2, H3, H4,H5,H6 
{
font-weight:bold;
font-family: sans-serif;
color:#330000;/*dark brown*/
}
H1
{
font-family:"Lucida Calligraphy"
font-weight:bold;
color:#0033FF;
font-size:20pt;
}
H2
{
font-family:"Times New Roman";
color:#006699;
font-weight:bold;
font-size:16pt;
}
H3
{
font-family:"Lucida Calligraphy"
font-weight:bold;
color:#0033FF;
font-size:16pt;
}
H5
{
font-family:"Lucida Calligraphy"
font-weight:bold;
color:#0033FF;
font-size:13pt;
}
TABLE
{
font-family:"Book Antiqua",serif;
font-size: 14pt;
align: "center"; 
}

P
{
font-family:"Times New Roman";
font-size: 14pt;
}

UL
{
list-style-type: circle;
}

OL
{
list-style-type: upper-alpha;
}
