/*
	Software Engineer: Roger De Four
	Date: 2023-03-16 14:48
	Description: this houses all the generic CSS code utilsed by all the dirrent web pages
*/



body header  {
	position: sticky;
	top: 0; 	
				}



/*------------------------------------------------------------------------------------*/

/* Navigation Bar added 2024-02-27 11:30 am
   Descripton - I decided to manually redoo the navigation bar - as the one by PURE is proving cumbersome to administer in my Web App
*/


ul {
    
}



li a {
    
    
}



li a:hover {
    
    
}



/*------------------------------------------------------------------------------------*/



.rad0025 {
color: #6452D9;    
				/* font-weight : bold ; */
			}
			
			


#rad0020 {
			color : black ;
		}

.rad0024 ,a {
	/* changes element to orange yellow*/
			color : #F2D129 ;
		}
		


footer {
	text-align : center ;
	color:  white; 
}
