a:link
{
	color: rgb(13,9,130);
	text-decoration: none;
	font-size: 10pt; 
	border:0px;
}
a:visited
{
	color: rgb(13,9,130);
	text-decoration: none;
	font-size: 10pt;
} 
a:active 
{
	color: rgb(0,0,0);
	font-size: 10pt;
}
a:hover
{
  color: rgb(150,0,0);
	font-size: 10pt; 			 
}
body
{
	font-family: Arial, Helvetica;
	font-size: 10pt;
	background-color: #D4D1EE;
	color: rgb(0,0,0);
	margin: 0px;
}
table
{
	font-family: Arial, Helvetica;
	font-size: 10pt;
	table-border-color-light: rgb(255,102,153);
	table-border-color-dark: rgb(102,51,153);
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial Rounded MT Bold, Arial, Helvetica;
}
h1
{
	color: rgb(102,51,153);
}
h2
{
	color: rgb(255,102,153); 
}
h3
{
	color: rgb(51,153,102); 
}
h4
{
	color: rgb(102,51,153);
}
h5
{
	color: rgb(255,102,153);
}
h6
{
	color: rgb(51,153,102);
}