a:link
{
	color: rgb(66,110,255); 
}
a:visited
{
	color: rgb(20,61,0); 
} 
a:active 
{
	color: rgb(61,0,20);
}
a:hover 
{
	color: rgb(136,163,0);
}
body
{
	font-family: Book Antiqua, Times New Roman, Times;
	background-color: rgb(255,249,229);
	color: rgb(41,0,153);    
	scrollbar-base-color:rgb(66,110,255);
	scrollbar-3dlight-color:rgb(41,0,153);
    scrollbar-arrow-color:rgb(153,0,112);
    scrollbar-darkshadow-color:rgb(136,163,0);
    scrollbar-face-color:rgb(66,110,255)
    scrollbar-highlight-color:rgb(153,0,112);
    scrollbar-shadow-color:rgb(20,61,0)
}
table
{
	table-border-color-light: rgb(204,153,255);
	table-border-color-dark: rgb(102,0,102); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Book Antiqua, Times New Roman, Times;
}
h1
{
	color: rgb(41,0,153);
}
h2
{
	color: rgb(153,0,112); 
}
h3
{
	color: rgb(128,0,94); 
}
h4
{
	color: rgb(98,0,128);
}
h5
{
	color: rgb(51,102,51);
}
h6
{
	color: rgb(51,102,51);
}