a:link
{
	color: rgb(51,115,255); 
}
a:visited
{
	color: rgb(251,156,51); 
} 
a:active 
{
	color: rgb(255,255,0);
}
body
{
	font-family: Bradley Hand ITC, Tempus Sans ITC,Viner Hand ITC;
	background-color: rgb(255,225,201);
	color: rgb(118,51,204);
}
table
{
	table-border-color-light: rgb(255,255,153);
	table-border-color-dark: rgb(255,255,51); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Bradley Hand ITC, Tempus Sans ITC,Viner Hand ITC;
}
h1
{
	color: rgb(118,51,204);
}
h2
{
	color: rgb(118,51,204); 
}
h3
{
	color: rgb(118,51,204); 
}
h4
{
	color: rgb(118,51,204);
}
h5
{
	color: rgb(118,51,204);
}
h6
{
	color: rgb(118,51,204);
}
