a:link

{

	color: rgb(51,0,255); 

}

a:visited

{

	color: rgb(51,0,255); 

} 

a:active 

{

	color: rgb(51,0,255);

}

body

{

	font-family: Arial;

	background-color: #41b64e;
	
	color: rgb(0,0,0);
	

}

table

{

	table-border-color-light: rgb(102,204,204);

	table-border-color-dark: rgb(0,102,102); 

}

h1, h2, h3, h4, h5, h6

{

	font-family: Arial;

}

h1

{

	color: rgb(0,0,0);

}

h2

{

	color: rgb(0,0,0); 

}

h3

{

	color: rgb(0,0,0); 

}

h4

{

	color: rgb(0,0,0);

}

h5

{

	color: rgb(0,0,0);

}

h6

{

	color: rgb(0,0,0)

}