a:link
{
	color: rgb(0,0,143); 
}
a:visited
{
	color: rgb(71,0,143); 
} 
a:active 
{
	color: rgb(143,0,71);
}
a:hover 
{
	color: rgb(143,0,71);
}
body
{
	font-family: Book Antiqua, Times New Roman, Times;
	background-color: rgb(255,245,245);
	color: rgb(92,0,0);    
	scrollbar-base-color:rgb(255,255,184);
	scrollbar-3dlight-color:rgb(255,184,184);
    scrollbar-arrow-color:rgb(107,0,0);
    scrollbar-darkshadow-color:rgb(107,0,0);
    scrollbar-face-color:rgb(189,255,122)
    scrollbar-highlight-color:rgb(255,184,184);
    scrollbar-shadow-color:rgb(255,158,158)
}
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(46,0,92);
}
h2
{
	color: rgb(92,0,92); 
}
h3
{
	color: rgb(92,0,46); 
}
h4
{
	color: rgb(0,0,92);
}
h5
{
	color: rgb(0,92,0);
}
h6
{
	color: rgb(92,46,0);
}
