<style type="text/css">
<!--
.title1 {
    font-size:20pt;
    font-weight:bold;
    border-bottom-width:1pt;
    border-left-width:10pt;
    border-bottom-color:red;
    border-left-color:red;
    border-bottom-style:solid;
    border-left-style:solid;
    padding:5pt;
}
.title2 {
    font-size:16pt;
    font-weight:bold;
    border-bottom-width:1pt;
    border-left-width:5pt;
    border-bottom-color:green;
    border-left-color:blue;
    border-bottom-style:solid;
    border-left-style:solid;
    padding:3pt;
}
.title3 {
    font-size:12pt;
    font-weight:bold;
    border-bottom-width:1pt;
    border-left-width:8pt;
    border-bottom-color:gray;
    border-left-color:black;
    border-bottom-style:solid;
    border-left-style:solid;
    padding:3pt;
}
.subtitle1 {
    font-size:12pt;
    font-weight:bold;
}
.item1 {
    font-size:12pt;
    margin-left:20pt;
}
blockquote {
    color:green;
}
a {
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
    color:skyblue;
}
//-->
</style>