25 lines
		
	
	
		
			432 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
		
		
			
		
	
	
			25 lines
		
	
	
		
			432 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
|  | /* #docregion toh-excerpt */ | ||
|  | /* Master Styles */ | ||
|  | h1 { | ||
|  |   color: #369;  | ||
|  |   font-family: Arial, Helvetica, sans-serif;    | ||
|  |   font-size: 250%; | ||
|  | } | ||
|  | h2, h3 {  | ||
|  |   color: #444; | ||
|  |   font-family: Arial, Helvetica, sans-serif;    | ||
|  |   font-weight: lighter; | ||
|  | } | ||
|  | body {  | ||
|  |   margin: 2em;  | ||
|  | } | ||
|  | body, input[text], button {  | ||
|  |   color: #888;  | ||
|  |   font-family: Cambria, Georgia;  | ||
|  | } | ||
|  | /* . . . */ | ||
|  | /* everywhere else */ | ||
|  | * {  | ||
|  |   font-family: Arial, Helvetica, sans-serif;  | ||
|  | } |