15 lines
		
	
	
		
			206 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			206 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| body {
 | |
|   padding: 50px;
 | |
|   font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
 | |
| }
 | |
| a {
 | |
|   color: #107aff;
 | |
|   text-decoration: none;
 | |
| }
 | |
| a:hover {
 | |
|   text-decoration: underline;
 | |
| }
 | |
| h1 a {
 | |
|   font-size: 16px;
 | |
| }
 |