
body {
  background-color:darkgreen; 
  width: 80%;
  }

A:link {
  FONT-FAMILY: georgia,helvetica; 
  font-size:17px;  
  text-decoration: none;
  color: silver;}

A:visited {
  FONT-FAMILY: georgia,helvetica; 
  font-size:17px;
  text-decoration: none;
  color: white;
  }

A:active {
  FONT-FAMILY: georgia,helvetica; 
  font-size:17px;
  text-decoration: none;
  color: red;
  } 

hr { 
  height: 3px;
  width: 85%; 
  color; silver;
  }

.pagetitles,.sublines,.pagetext, .chorus, .statement, .smalltext, .lpagetext, .updatetext, .imgcaptiontext {
  font-face:georgia;
  color:silver;
  }

.opsublines,.opspagetext, .opstatement, .opsimgcaptiontext, .opsupdatetext {
  font-face:georgia;
  color:darkgreen;
  }


.buttontext {
  font-face:georgia;
  color: black;
  font-size:13px;
  }
   
.pagetitles {
  font-size:32px; 
  font-weight:bold; 
  font-style:italic;
  text-align: center;
  }

.sublines {
  width:100%; 
  font-size:24px; 
  font-weight:bold;
  }

.opsublines {
  width:100%; 
  font-size:24px; 
  font-weight:bold;
  }

.lpagetext {
  font-size:20px;
  font-weight:bold; 
  }

.pagetext{
  font-size:17px; 
  }

.opspagetext{
  font-size:17px; 
  }

.Statement{
  font-size: 24px; 
  font-weight:bold;
  font-style:italic;
  }

.opStatement{
  font-size: 24px; 
  font-weight:bold;
  font-style:italic;
  }

.chorus{
  font-size:17px; 
  font-weight:bold;
  font-style:italic;
  }

.smalltext {
  font-size:15px
  }

.imgcaptiontext {
  font-size:13px;
  }

.opsimgcaptiontext {
  font-size:13px;
  }

.updatetext {
  font-size: 12px;
  }

.opsupdatetext {
  font-size: 12px;
  }
