

		/* v1.0 | 20080212 from http://meyerweb.com/eric/tools/css/reset/ */
		
		html, body, div, span, applet, object, iframe,
		h1, h2, h3, h4, h5, h6, p, blockquote, pre,
		a, abbr, acronym, address, big, cite, code,
		del, dfn, em, font, img, ins, kbd, q, s, samp,
		small, strike, strong, sub, sup, tt, var,
		b, u, i, center,
		dl, dt, dd, ol, ul, li,
		fieldset, form, label, legend,
		table, caption, tbody, tfoot, thead, tr, th, td {
			margin: 0;
			padding: 0;
			border: 0;
			outline: 0;
			font-size: 100%;
			background: transparent;
		}
		body {
			line-height: 1;
		}
		ol, ul {
			list-style: none;
		}
		blockquote, q {
			quotes: none;
		}
		blockquote:before, blockquote:after,
		q:before, q:after {
			content: '';
			content: none;
		}
		
		/* remember to define focus styles! */
		:focus {
			outline: 0;
		}
		
		/* remember to highlight inserts somehow! */
		ins {
			text-decoration: none;
		}
		del {
			text-decoration: line-through;
		}
		
		/* tables still need 'cellspacing="0"' in the markup */
		table {
			border-collapse: collapse;
			border-spacing: 0;
		}
		
		/* links */
		a:link {color: #00f; }	      	 
		a:visited {color: #00f; }     	 
		a:hover {color: #00f; }      	 
		a:active {color: #00f; }       



	/* ------------------------------------------
			BODY
		------------------------------------------ */


	html, body 
		{
			color: White;
			font-weight: normal;
			font: 16px/160% 'Helvetica Neue',Helvetica,Arial,sans-serif;
			font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
			background-color: #333;
	 	 	line-height: 1.4;	
		 	margin: 0;
		 	overflow: hidden;
			margin: 20px;
		}

	h2 {
		margin: 0 0 10px 3px;
	}
	
		/* Sept 15 2014 */				
	table#listen {
		font-weight: normal;
		margin: 20px 8px;
	}
	
				table#listen  td {
					padding: 0 20px 10px 0px;
					font-weight: normal;
					font-size: 90%;
				}		
				
				table#listen  a.button, table#listen button {
					padding: 5px;
					background-color: #ccc;
					border-radius: 8px;
					border: 2px solid #999;
					color: #333;
					font-size: 17px;
					cursor: pointer;
				}		

			
				
				