/*Migrationsrat, Vormatvorlage: Menü*/
BODY	{
	background:#FF9900;
	color:white;
	font-family: "Verdana", sansserif;
}

P  	{
	text-align:center;	
	font-size:10pt;
	font-weight:bolder;
	text-decoration:none;
	/*font-style: bolder; */
	}

	/*****Links*/
a:link { 	
	color:white;
	text-decoration:none;
	text-align:center;
	}
a:visited { 
	color:white;
	text-decoration:none;	
		text-align:center;}
a:active {	color:white;
	text-decoration:none; 
	color:black;
		text-align:center;}
	
a:hover	{
	color:black;
	text-decoration:underline; 
}