	<style>
		     body {
		       max-width: 600px;
  margin: 0 auto;
		     }
		     
		     #name {
	  	    font-size: 24pt;
	  	  }
	  	  
	  	  .attributes {
	  	    font-family: Helvetica, Sans-Serif;
	  	    font-size: 18pt;
	  	    background-color: lightgray;
	  	    border: 2px solid #80196c;
          border-radius: 12px;
          padding: 15px
	  	  }
	  	  
	  	  .traits {
	  	    width: 80%;
	  	    margin:0, auto;
	  	    font-size: 12pt;
	  	    font-family: Helvetica, sans-serif;
	  	  }	  
	  	  
	  	  .Notes {
	  	    font-family: "Courier New", monospace;
	  	  }
	  	  
		</style>