a:link
{
	color: rgb(107,107,0); 
}
a:visited
{
	color: rgb(54,107,0); 
} 
a:active 
{
	color: rgb(107,0,54);
}
a:hover 
{
	color: rgb(107,0,107);
}
body
{
	font-family: Book Antiqua, Times New Roman, Times;
	background-color: rgb(255,245,235);
	color: rgb(0,0,138);    
	scrollbar-base-color:rgb(209,209,255);
	scrollbar-3dlight-color:rgb(212,168,255);
    scrollbar-arrow-color:rgb(107,0,54);
    scrollbar-darkshadow-color:rgb(0,0,107);
    scrollbar-face-color:rgb(235,255,235)
    scrollbar-highlight-color:rgb(107,107,0);
    scrollbar-shadow-color:rgb(212,168,255)
}
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(0,0,138);
}
h2
{
	color: rgb(0,0,138); 
}
h3
{
	color: rgb(138,69,0); 
}
h4
{
	color: rgb(138,69,0);
}
h5
{
	color: rgb(0,199,199);
}
h6
{
	color: rgb(0,199,199);
}
