a:link       { color: #FFFFFF; font-family: Arial; font-size: 10pt; text-decoration:  none;
}
a:visited    { color: #FFFFFF; font-family: Arial; font-size: 10pt; text-decoration:  none;
}
a:active     { color: rgb(204, 153, 0); text-decoration:  none;
}

a:hover      {color: #ff0000; text-decoration:  underline;}

body         { font-family: Arial; background-color: rgb(0, 0, 0); color: #FFFFFF; 
               font-size: 10pt ;  }

.index {
position: absolute;
visibility: hidden;
z-index: -1;
}

table
{
	table-border-color-light: rgb(204, 153, 255);
	table-border-color-dark: rgb(204, 0, 204); 
}
h1, h2, h3, h4, h5, h6, f1
{
	font-family: Arial, Century Gothic, Helvetica;
}
h1
{
	color: rgb(0, 51, 102);
}
h2
{
	color: rgb(51, 0, 153); 
}
h3
{
	color: rgb(204, 0, 153); 
}
h4
{
	color: rgb(0, 51, 102);
}
h5
{
	color: rgb(51, 0, 153);
}
h6           { color: #808080; font-size: 8pt ;font-weight: normal}
f1
{
    color: #FFFFFF; font-family: Arial; font-size: 8pt
}