<!--

BODY 
{  
	COLOR: #FFFFFF; 
	FONT-FAMILY: Verdana, Tahoma, Arial; 
	FONT-SIZE:12px; 
	
}

TD 
{
	COLOR: #FFFFFF; 
	FONT-FAMILY: Verdana, Tahoma, Arial; 
	FONT-SIZE:11px;
} 

.content
{
	TEXT-ALIGN: justify;
}

H3
{
	text-align: center;
}

.dropcap
{
	FONT-SIZE: 36px;
}

A   
{ 
	text-decoration: none; 
	COLOR: #FF6633; 
	FONT-FAMILY: Verdana, Tahoma, Arial; 
	FONT-SIZE: 11px;
} 

A:link 
{ 
	color:orange; 
	text-decoration:none;
}

A:hover 
{
	text-decoration: underline;
	color:yellow; 
}  

A:visited 
{ 
	text-decoration:none;
	color:gray; 
} 

.copyright
{
	text-decoration: none;
	font-size: 10px;
	text-align: center;
}
.copyright A:link
{
	text-decoration: none;
	font-size: 10px;
	color:#FF6633; 
}

.copyright A:hover
{
	text-decoration: underline;
	font-size: 10px;
	color:red; 
}

.copyright A:visited
{
	text-decoration: none;
	font-size: 10px;
	color:#gray; 
}

-->