.title 				{	
					color: white; 
					font-size: 14px; 
					font-family: arial, sans-serif; 
					font-weight: 900;
					background-color: #628892; 
					padding: 2px;
					}
			
.paragraph 		{	
					color: #000066; 
					font-size: 12px; 
					font-family: arial, sans-serif;
					padding: 4px; 
					text-align: justify;
					}
			
.paragraph p 	{ 
					width: 100%;
					}

.customLink 	{	
					color: #FF66ff; 
					font-size: 13px; 
					font-weight: 500; 
					text-decoration: underline;
					}

.heading 		{	
					color: grey; 
					font-size: 14px; 
					font-family: arial, sans-serif; 
					font-weight: 800;
					}
