<style>
<!--

/* evil anakin's style sheet */

body 		{
color: #ffffff;
font-family: arial; 
font-size: 11pt
}

td			{
font-family: arial; 
font-size: 10pt
}

/*
h1  		{
font-family:  arial;
font-size: 24pt;
line-height: 26pt;
font-weight: bold; 
color: #0000ff
}



h2  		{
font-family:  arial;
font-size: 18pt;
line-height: 18pt;
font-weight: bold; 
color: #00009c
}

h3  		

{
font-family:  helvetica, arial, sans-serif;
font-size: 11pt;
line-height: 11pt;
font-weight: bold; 
color: #00009c
}   */ 

a:link, 
a:visited, 
a:active	{
text-decoration: none; 
color: yellow
}

a:hover 	{
text-decoration: underline; 
color: #80FFFF
}

/* begin class 1 */
a.class1:link, 
a.class1:active	{
text-decoration: underline; 
font-family: arial;
font-size: 9pt;
color: #00009c
}

a.class1:visited

{
text-decoration: underline; 
color: #ffff00
}

a.class1:hover 	{
text-decoration: underline; 
color: #80FFFF
}

/* end class 1 */


/* begin class 2 */
a.class2:link, 
a.class2:active	{
text-decoration: underline; 
font-family: arial;
color: #000000
}

a.class2:visited

{
text-decoration: underline; 
color: #000000
}

a.class2:hover 	{
text-decoration: underline; 
color: #ff0000
}

/* end class 2 */




p.first {  
background: #003399; 
font-family: impact; 
color: yellow; 
font-size: 11pt 
}



div.list	{
	font-family:  helvetica, arial, sans-serif;
	font-size: 8pt;
	line-height: 11pt;
	color: #999999
	}



.footer		{
font-family: helvetica, arial, sans-serif; 
font-size: 7.5pt
}



-->
</style>