body, html {
  height: 100%; }

body, p {
  margin: 0px;
  padding: 0px;
  font-size: 10px;
  font-family: Arial, Verdana, Helvetica, sans-serif; }

div, td {
  font-size: 10px;
  font-family: Arial, Verdana, Helvetica, sans-serif; }
  
a:link, a:visited {
  color: inherit;
  text-decoration: none; }

a:hover, a:active {
  text-decoration: underline; }

#centre {
  text-align: center;
  width: 100%;
  height: 100%; }
  
img {
  border: 0px; }
  
.lyrics {
  font-size: 20px; 
  font-weight: bold; 
  text-align: left; 
  padding-left: 20px }
  
.diary {
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
  width: 500px;
  font-size: 15px; 
  text-align: left; 
  padding-left: 40px }
  
.lyrics {
	color: red;
	font-weight: bold;
	}