a:link
{
	color: rgb(107,107,255); 
}
a:visited
{
	color: rgb(0,0,224); 
} 
a:active 
{
	color: rgb(102,0,102);
}
a:hover 
{
	color: rgb(0,0,224);
}
body
{
	font-family: Book Antiqua, Times New Roman, Times;
	background-color: rgb(229,229,255);
	color: rgb(0,0,51);    
	scrollbar-base-color:rgb(242,229,255);
	scrollbar-3dlight-color:rgb(255,229,255);
    scrollbar-arrow-color:rgb(102,0,102);
    scrollbar-darkshadow-color:rgb(102,0,51);
    scrollbar-face-color:rgb(107,107,255)
    scrollbar-highlight-color:rgb(102,0,102);
    scrollbar-shadow-color:rgb(51,0,102)
}
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(51,0,102);
}
h2
{
	color: rgb(102,0,102); 
}
h3
{
	color: rgb(102,0,51); 
}
h4
{
	color: rgb(0,0,224);
}
h5
{
	color: rgb(102,0,51);
}
h6
{
	color: rgb(0,51,102);
}
