
#launch { 
	color: firebrick;
	font:normal 2.5em/1em impact,sans-serif;
	padding:0.5em;
	margin:1.0em .5em .5em .5em;
	border:1px dashed darkgoldenrod;
} 

body { 
	max-width: 650px;
	font-family:sans-serif;
	background-color:white;
}

#a {color:#222222}

#b {color:#77693c;
	padding: 0.5em;
	position: fixed;
	/*
	top:40px;
	left:310px;
	width: 340px;  */
	top:2em;
	left:10em;
	width: 20em; 
	font:italic 1.2em/1.1em sans-serif;
	text-align:right
}

/*
#c {
	color:#77693c;
	font: normal 1.2em/1em sans-serif;
}

*/
/*start button */


#c a:link, #c a:visited {
     color: #77693c;
    
}


#c a:hover, #c a:active {
    background-color: #77693c;
    color:white;
    padding:5px;
    text-decoration:underline;
}
	
/*end button */




h1 {
	padding-top:1.1em;
	font:lighter 1.2em/0.25em sans-serif;
	/* font-variant: all-small-caps; */
	text-transform:uppercase;
	color:#86712d; 
}

