a:link
{
	color: rgb (1,1,127);  
}
a:visited
{
	color: rgb (110,5,5);
} 
a:active 
{
	color: rgb(250,224,5);
}
body
{
	font-family: Papyrus, Rockwell, Lucinda Sans, Arial;
	background-color: rgb(253,243,213);
	color: rgb(129,101,72);
}
table
{
	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, Helvetica; 
}
h1
{
	color: rgb(102,51,0);
}
h2
{
	color: rgb(111,126,135); 
}
h3
{
	color: rgb(250,161,5); 
}
h4
{
	color: rgb(102,51,0);
}
h5
{
	color: rgb(111,126,135);
}
h6
{
	color: rgb(250,161,5);
}
