A:link, A:visited, A:active
{
 font-weight: bold;
 text-decoration: none;
 color: DeepPink
}

A:hover
{
 text-decoration: none;
 background-color: Black;
 color: White
}

body,p,div
{
 color: Black;
 background-color: Gainsboro;
 font-family: "Verdana", "MS Gothic", serif; 
 font-size: 9pt;
 font-weight: normal;
 margin-right: 5pt
}

hr
{
 margin-right: 5pt
}

h1
{
 color: RoyalBlue;
 background-color: Gainsboro;
 padding: 5pt;
 border-color: RoyalBlue;
 border-style: solid;
 border-width: 1pt 1pt 1pt 5pt;
 font-family: "Verdana", "MS Gothic", serif; 
 font-size: 9pt;
 font-weight: bold;
 margin-right: 5pt
}

h2
{
 color: RoyalBlue;
 background-color: Gainsboro;
 padding: 5pt;
 border-color: RoyalBlue;
 border-style: solid;
 border-width: 0pt 0pt 1pt 5pt;
 font-family: "Verdana", "MS Gothic", serif; 
 font-size: 9pt;
 font-weight: normal;
 margin-right: 5pt
}

h3
{
 color: RoyalBlue;
 background-color: Gainsboro;
 padding: 5pt;
 border-color: RoyalBlue;
 border-style: solid;
 border-width: 1pt 0pt 1pt 0pt;
 font-family: "Verdana", "MS Gothic", serif; 
 font-size: 9pt;
 font-weight: normal;
 margin-right: 5pt
}

<!----- ‹­’² ----->
div.emphasis
{
 font-weight: bold;
 color: Red
}

.emphasis
{
 font-weight: bold;
 color: Red
}

ul.number
{
 list-style-type: decimal
}

table
{
 margin: 0px;
 padding: 0px
}

td
{
 vertical-align: top;
 white-space: nowrap;
 width: 720px;
 font-size: 9pt
}

td.sleeve
{
 width: 210px
}
