a:link
{
	color: rgb(000, 033, 099); 
}
a:visited
{
	color: rgb(000, 033, 099); 
} 
a:active 
{
	color: rgb(000, 033, 099);
}
body
{
	font-family: Arial, Helvetica;
	background-color: rgb(255, 255, 255);
	background-image: url('images/BackgroundR.jpg');
	background-attachment: fixed;
	color: rgb(000, 033, 099)
}
table
{
	table-border-color-light: rgb(204, 153, 255);
	table-border-color-dark: rgb(204, 0, 204); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica;
	color: orange;
}
h1
{
	 
}
h2
{
	 
}
h3
{
	 
}
h4
{
	 
}
h5
{
	 
}
h6
{
	 
}