hr {color: "#FF6600"}

p
{

margin-left: 20px;
color: black;
font-family: arial;
font-size: 12
}


ul.disc 
{
list-style-type: disc;
font-family: arial;
font-size: 10pt
}



h1 
{
color: "#FF6600";
text-align: left;
font-family: arial;
font-size: 20pt
} 

h2
{
color: "#FF6600";
text-align: left;
font-family: arial;
font-size: 15pt
} 

h3 
{
color: "#FF6600";
text-align: left;
font-family: arial;
font-size: 10pt
} 

table.one
{
table-layout: automatic
}

table.two
{
table-layout: automatic
}

table.three
{
table-layout: automatic
}


a:link {color: blue}
a:visited {color: "#FF6600"}
a:hover {color: red}
a:active {color: blue}
