﻿table { margin: auto; }
a:link
{
	color: black;
	text-decoration: none 
}
a.Title:link
{
	color: black;
	text-decoration: none 
}

a:hover
{
	color: white; 
} 
a.Title:hover
{
	color: white;
	text-decoration: none  
} 

a:visited
{
	color: black; 
} 
a.Title:visited
{
	
	text-decoration: none 
} 

a:active 
{
	color: black;
}
a.Title:active 
{
	
	text-decoration: none 

}

body
{
	font-family: Arial, Helvetica;
	background-color: white;
	color: black;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial Rounded MT Bold, Arial, Helvetica;
}
h1
{
	color: black;
}
h2
{
	color: black; 
}
h3
{
	color: black; 
}
h4
{
	color: black;
}
h5
{
	color: black;
}
h6
{
	color: black;
}

* { 
scrollbar-base-color: #f00; 
scrollbar-3dlight-color: 000; 
scrollbar-highlight-color: transparent; 
scrollbar-track-color: white; 
scrollbar-arrow-color:#a5b3cc; 
scrollbar-shadow-color: black; 
scrollbar-dark-shadow-color: #00f; 
} 


