/*
 * Style sheet file: default.css
 * Travel with Manfred
 */

/*
 * NOTE: The // pattern as comment is NOT allowed! MS IE doesn't like it.
 * NOTE: The _ character is NOT allowed in style names! Netscape ignores all styles with _ in the name!
 *
 * The styles in this file are sorted by name/alphabetically.
 */

/******************************************* img *********************************************/

body.withManfred {
/* 	font-family : Verdana, Arial, Helvetica, sans-serif;    */
/*	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;   */
 	font-family: "Monotype Corsiva", Verdana, Arial, Helvetica, sans-serif;   
	font-size: 12px;
	background : #DADACF ;  /* #DADACF grey */ /* #C40404 redbrown */  /* #FA2424  light red */
	color : Black;
	margin: 0px;
	font-style: 		normal; 		/* normal, italic */
	font-weight: 		bold;  		/* none, normal, bold */
	text-decoration: 	none;  			/* none, underline */


}


a.withManfred   	  { color: #C40404; 
				font-size: 27px;
				font-style: 		normal; 		/* normal, italic */
				font-weight: 		bold;  			/* none, normal, bold */
				text-decoration: 	none;  			/* none, underline */
	  } 
a.withManfred:active  { color: #C40404; text-decoration: none; }
a.withManfred:hover   { color: #FA2424; text-decoration: none; }
a.withManfred:link    { color: #C40404; text-decoration: none; }
a.withManfred:visited { text-decoration: none; }


a.withManfredSmall   	  { color: #C40404; 
				font-size: 10px;
				font-style: 		normal; 		/* normal, italic */
				font-weight: 		bold;  			/* none, normal, bold */
				text-decoration: 	none;  			/* none, underline */
	  } 
a.withManfredSmall:active  { color: #C40404; text-decoration: none; }
a.withManfredSmall:hover   { color: #FA2424; text-decoration: none; }
a.withManfredSmall:link    { color: #C40404; text-decoration: none; }
a.withManfredSmall:visited { text-decoration: none; }


a.hide , a.hide:active , a.hide:hover , a.hide:link , a.hide:visited { 
	color: 			#DADACF;
	text-decoration: 	none; 			/* text-decoration: underline; */
	font-size: 		1px; 			/* Netscape does not allow 0px */
	margin: 		0px;			/* Netscape permits to set it to 0 */
	line-height: 		0px;			/* 80%, 10px, 8 pt */
	background: 		#DADACE;		/* make it different so the search engine doesn't think we are cheating */
}

P.withManfredSmall {
 	font-family : Verdana, Arial, Helvetica, sans-serif;    
/*	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;   */
	font-size: 10px;
	color : Black;
	margin: -2px;
	font-style: 		normal; 		/* normal, italic */
	font-weight: 		none;  		/* none, normal, bold */
	text-decoration: 	none;  			/* none, underline */

}

p.hide {
	color:			#DADACF; 		/* #f0f0f0; */
	font-size: 		1px; 			/* Netscape does not permit to set it to 0 */
	margin: 		0px;			/* Netscape permits to set it to 0 */
	line-height: 		0px;			/* 80%, 10px, 8 pt */
	text-align:		right;
}

td {
	color: #C40404; 
	font-size: 27px;
	font-style: 		normal; 		/* normal, italic */
	font-weight: 		bold;  			/* none, normal, bold */
	text-decoration: 	none;  			/* none, underline */
}

/*********************************** End of File *****************************************/
