A:link 
	{
		font-weight: none; 
		text-decoration: none; 
		font-family: verdana; 
		color: silver;
	}

A:visited 
	{
		font-weight: none; 
		text-decoration: none; 
		font-family: verdana; 
		color: silver;
	} 

A:active
	{
		font-weight: none; 
		text-decoration: none; 
		font-family: verdana; 
		color: #00ccff;
	} 

A:hover 
	{
		BACKGROUND-COLOR: none;
		font-weight: none; 
		text-decoration: underline; 
		font-family: verdana; 
		color: white;
	}

A.copyright:link 
	{
		font-weight: none; 
		text-decoration: bold; 
		font-family: arial; 
		color: white;
	}

A.copyright:visited 
	{
		font-weight: none; 
		text-decoration: bold; 
		font-family: arial; 
		color: white;
	} 

A.copyright:active
	{
		font-weight: none; 
		text-decoration: bold; 
		font-family: arial; 
		color: black;
	} 

A.copyright:hover 
	{
		BACKGROUND-COLOR: none;
		font-weight: none; 
		text-decoration: underline,bold; 
		font-family: arial; 
		color: white;
	}

A.centro:link
	{
		font-weight: none; 
		text-decoration: none; 
		font-family: "MS Sans Serif"; 
		color: silver;
	}

A.centro:visited 
	{
		font-weight: none; 
		text-decoration: none; 
		font-family: "MS Sans Serif"; 
		color: silver;
	} 

A.centro:active
	{
		font-weight: none; 
		text-decoration: none; 
		font-family: "MS Sans Serif"; 
		color: #00ccff;
	} 

A.centro:hover 
	{
		BACKGROUND-COLOR: none; 
		font-weight: none; 
		text-decoration: underline; 
		font-family: "MS Sans Serif"; 
		color: white;
	}

body 
	{
		scrollbar-3d-light-color: "black";
		scrollbar-arrow-color:"#dfdfdf";
		scrollbar-base-color:"#333333";
		scrollbar-dark-shadow-color: "#333333";
		scrollbar-face-color:"#424142";
		scrollbar-highlight-color:"#666666";
		scrollbar-shadow-color:"#666666";
	}
.link 
	{
		cursor: hand;
	}