	A:link {
	        text-decoration: none;
        	color: #0000dd;
	}

	A:visited {
	        color: #dd00dd;
       	}


	p {
		line-height: 106%;
		
	}
	td {
		line-height: 106%;
		
	}
	li {
		line-height: 106%;
		
	}
	.quote {

		margin-left: 30px; 
		line-height: 106%;
		font-size: 12px;
		font-style: italic;
	}
	body 
	{ 
		font-size: 14px;
		line-height: 106%;
		background: #fff; 
	        font-family: Trebuchet MS, Verdana, sans-serif;
   		scrollbar-darkshadow-color: #79A9D9;
   		scrollbar-base-color: #79A9D9;
   		scrollbar-shadow-color: #C8E3FF;
   		scrollbar-highlight-color: #C8E3FF; 
   		scrollbar-track-color: #BFD3FF; 
   		scrollbar-arrow-color: #BFD3FF;
   		scrollbar-3dlight-color: #BFD3FF; 
	}

	a { color: blue; }
	a:visited { color: purple; }
	a:hover { color: red; }

	.teaser
	{
		font-size: xx-small;
		border-bottom-style: dashed; 
		border-width: 1px;
		border-color: #FF9DEC;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

