a:link {
color: rgb(102, 0, 255)
}

a:visited {
color: rgb(0, 102, 51)
}

a:active {
color: rgb(204, 153, 0)
}

table {
background-color: rgb(255, 255, 255);
color: rgb(51, 51, 0);
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 9pt;
border: inherit;}

body {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 9pt;}

p {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 9pt;
color: rgb(0, 0, 0);}

blockquote {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 9pt;
color: #ffffff;}

h1, h2, h3, h4, h5, h6 {
font-family: Verdana, Helvetica, Arial, sans-serif;}

h1 {
color: rgb(0, 0, 255);
font-weight: bold;
font-size: 9pt;}


h2 {
color: rgb(0, 0, 255);
font-size: 9pt;}

h3 {
color: rgb(51, 153, 255)
}

h4 {
color: rgb(0, 51, 102)
}

h5 {
color: rgb(51, 0, 153)
}

h6 {
color: rgb(204, 0, 153)
}