/*this is writing text options*/


/*this is the page header selector*/
 .pageheader { 
font-size: 65px  ;
color: forestgreen;
font-style: italic;
  }
  

/* css class */
.paragraphText{ 
font-size: 33px;
color: black;
 }
 
 .pTitle{
font-size: 40px;
color: black;
 }


.linkText{
font-size:25px;

}