a:link
{
	color: rgb(117,36,167); 
}
a:visited
{
	color: rgb(150,36,167); 
} 
a:active 
{
	color: rgb(255,0,0);
}
body
{
	font-family: Arial, Arial Rounded MT Bold, Helvetica, Times New Roman; 
	font-size: 14px;
	background-color: rgb(255,255,255);
	color: rgb(117,36,167);
}
table
{
	table-border-color-light: rgb(255,102,153);
	table-border-color-dark: rgb(102,51,153); 
}
p
{
	font-family: Arial, Arial Rounded MT Bold, Helvetica, Times New Roman; 
	font-size: 14px;
	color: rgb(117,36,167); 
}
h1, h2, h3, h4, h5
{
	font-family: Arial Rounded MT Bold, Arial, Helvetica, Times New Roman; 
	color: rgb(117,36,167); 
}
h1
{
	color: rgb(117,36,167); font-size: 36px;
}
h2
{
	color: rgb(117,36,167); font-size: 24px; 
}
h3
{
	color: rgb(117,36,167); font-size: 18px;
}
h4
{
	color: rgb(117,36,167); font-size: 14px; 
}
h5
{
	color: rgb(117,36,167); font-size: 12px;
}
h6, h7
{
	font-family: Arial, Helvetica;
	color: rgb(117,36,167); 
}
h6
{
	color: rgb(117,36,167); font-size: 10px; 
}
h7
{
	color: rgb(117,36,167); font-size: 8px; 
}