a:link
{
	text-decoration:none;
	color:"orange";
}
a:visited
{
	text-decoration: none;
	color: #CC6600 ; 
} 
a:active 
{
	text-decoration:underline;
	color:"yellow";
}
A:hover
{
	text-decoration:underline;
	color:"yellow";
}
a.an
{
	text-decoration:none;
}

body
{
	margin-top:10px; margin-bottom:10px;
	font-family: Tahoma, Arial, Helvetica;
	font-size:10pt;
	color: rgb(240,240,255);
}
table
{
	font-family: Tahoma, Arial, Helvetica;
	font-size:10pt;
	color: rgb(240,240,255);
}
h1, h2, h3, h4, h5, h6
{
	font-family: Tahoma, Arial, Helvetica;
}
h1
{
	color: rgb(255,255,128);
	font-size:18pt;
}
h2
{
	color: rgb(255,255,128); 
	font-size:16pt;
	font-weight:bold;
	font-style:italic;
}
h3
{
	color:rgb(255,255,128); 
	font-size:12pt;
}
h4
{
	color: rgb(255,255,128);
	font-size:10pt
}
h5
{
	color: rgb(255,255,128);
}
h6
{
	color: rgb(255,255,128);
}
pre
{
	font-family:Courier New,Courier;
	font-size:10pt;
	color:#0000C0; 
}
