a:link 
	{
	font-family: Arial, "sans-serif"; 
	color: #FF9900;
	text-decoration: none;
	 }

a:hover 
	{
	font-family: Arial, "sans-serif";
	font-style: italic; 
	font-weight: bold;
	}
	 
a:visited 
{ 
	font-family: Arial, "sans-serif";
	color: #FF9900;
	text-decoration: none;
	 }
 
a:active { color: #FF9900; }

body {font-family: Tahoma; }


h1, h2, h3, h4, h5, h6
{ font-family: Arial, Verdana, sans-serif; }

table.table
{
	font-family: Arial, "sans-serif";
	text-align: center;
}

ul.none { list-style-type: none; }
