a:link
{
	color: rgb(104,58,115); 
}
a:visited
{
	color: rgb(75,58,115); 
} 
a:active 
{
	color: rgb(161,99,176);
}
a:hover 
{
	color: rgb(141,79,156);
}
body
{
	font-family: Book Antiqua, Times New Roman, Times;
	background-color: rgb(238,234,211);
	color: rgb(44,55,114);    
	scrollbar-base-color:rgb(220,211,238);
	scrollbar-3dlight-color:rgb(167,175,211);
    scrollbar-arrow-color:rgb(50,95,133);
    scrollbar-darkshadow-color:rgb(85,101,170);
    scrollbar-face-color:rgb(216,231,192)
    scrollbar-highlight-color:rgb(211,181,167);
    scrollbar-shadow-color:rgb(85,101,170)
}
table
{
	table-border-color-light: rgb(204,153,255);
	table-border-color-dark: rgb(66,0,66); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Book Antiqua, Times New Roman, Times;
}
h1
{
	color: rgb(140.54.67);
}
h2
{
	color: rgb(140.54.110); 
}
h3
{
	color: rgb(184.71.88); 
}
h4
{
	color: rgb(67,62,25);
}
h5
{
	color: rgb(51,67,25);
}
h6
{
	color: rgb(67,25,51);
}
