/* style-main.css */
a:link
{
 	/* color: rgb(0,102,153); */
	 color: rgb(0,0,255);
}
a:visited
{
 	/* color: rgb(0,153,102); */
 	color: rgb(0,0,255);
} 
a:active 
{
 	/* color: rgb(0,102,102); */
 	color: rgb(0,0,255);
}
body
{
 	font-family: Arial;
 	font-size: 10pt;
	 font-weight: bold;
	 /* color: rgb(0,51,51); */
	 color: rgb(0,0,0);
	 /* background-color: rgb(204,204,153); */
	 background-color: rgb(255,255,255);
}
table
{
	 font-size: 10pt;
	 font-weight: bold;
	 /* table-border-color-light: rgb(102,204,204); */
	 /* table-border-color-dark: rgb(0,102,102); */
}
span
{
	 font-size: 10pt;
}
span.bold
{
  font-weight: bold;
}
span.credits
{
	 font-size: 8pt;
  font-weight:normal;
}
h1, h2, h3, h4, h5, h6
{
	 font-family: Arial;
}
h1
{
	 font-size: 14pt;
	 font-weight: bold;
	 color: rgb(0,0,0);
}
h2
{
	 font-size: 12pt;
	 font-weight: bold;
	 color: rgb(0,0,0);
}
h3
{
	 font-size: 10pt;
	 font-weight: bold;
	 /* color: rgb(153,153,102); */
	 color: rgb(0,0,0);
}
h4
{
 	font-size: 10pt;
	 /* color: rgb(0,153,153); */
	 color: rgb(0,0,0);
}
h5
{
	 font-size: 10pt;
	 /* color: rgb(102,102,102); */
 	color: rgb(0,0,0);
}
h6
{
 	font-size: 10pt;
 	/* color: rgb(153,153,102); */
	 color: rgb(0,0,0);
}
