

/****************************************************************************/
/*																			*/
/*	Normally, we use <div class="...">...</div> for formatting something.	*/
/*  However, this creates a line break, so if you don't want one, use		*/
/*  <span class="...">...</span> instead.									*/
/*																			*/
/****************************************************************************/

body {
	background-color: #333333;
	/* color: black; */
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   	margin: 0px 0px 0px 0px;
	scrollbar-face-color: #333333;
	scrollbar-highlight-color: #999999;
	scrollbar-shadow-color: #999999;
	scrollbar-3dlight-color: #666666;
	scrollbar-base-color: #333333;
	scrollbar-arrow-color: #999999;
	scrollbar-darkshadow-color: #666666;
}

/* Usually, links aren't underlined, but they appear underlined when you point
   the mouse pointer at them. */
a:link {
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:visited {
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:hover {
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

a:focus {
	text-decoration: underline;
}



/******************************************************************************
 BANNER
******************************************************************************/

/* Standard banner title */
.b00 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
}


/******************************************************************************
 STORY
******************************************************************************/

/* The story's main title */
.s00 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

/* The story's main title for "Swiss Abroad" */
.s01 {
	color: #D81E29;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: bold;
}

/* The story's lead. bold */
.s50 {	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
 	font-weight: bold;
}

/* The story's lead text */
.s51 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 0.9em;
}
