<style type=text/css> 
@import url(http://fonts.googleapis.com/css?family=Open+Sans); 
body{ font-family: 'Open Sans', helvetica; } 

/* Head */ .welcome{ text-align:center; } 
</style> 

<!-- html -->
<div class=welcome>
	<h1>Welcome on <strong>Just-Code</strong></h1>
  <p class=dumb>I'm a really simple & dumb online code editor</p>
  <p>To highlight the code, just press <strong>[enter]</strong></p>
</div>