<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*																			  */
/* Additions/changes to frame_global.css template							  */
/*																			  */

body
{
background-image: 		url(Background.jpg);
background-attachment:	fixed;
background-position:	center; 
background-size: 		cover;	
}

h5
{
color:					steelblue;	
}

#header_container
{
background:				grey;
}

#footer_container
{
background:				grey;
}

#footer_left
{
background:				grey;
}

#footer_centre
{
background:				grey;
}

#footer_right_container
{
background:				grey;
}

a.header:link
{
color:					white;	
font-weight: 			normal;		
font-size:				40px;
text-decoration:		none;
color:					white;
}

a.header:hover
{
text-decoration: 		none;
color: 					white;
}

/*																			  */
/* Additions/changes to body_global0x.css templates							  */
/*																			  */

#body01_title
{
background-color: 		grey; 
color: 					white;
}

#body01_container
{	

}

#body01_content
{
color:					black;
/* background-color:		white; */
}

li a.section 
{
color: 					white !important;
background-color: 		grey;
}


li a.active 
{
background-color:		olive;
color: 					white;	
}

li a.section:hover:not(.active) 
{
color: 					black !important;
background-color: 		olive; 
}
table.body01_table01 th 
{
font-weight: 			normal;	
background-color: 		grey;
color: 					white;
}

table.body01_table01 tr:nth-child(even) 
{
background-color: 		skyblue;
color:					black;
}

table.body01_table01 tr:nth-child(odd) 
{
background-color: 		lightpink;
color:					black;
}

table.body01_table01 a:link
{
color: 					olive;
}

table.body01_table01 a:visited
{
color: 					olive;
}

table.body01_text_table01 td
{
color:					black;
background-color: 		white; background-color: 		rgba(256,256,256,0.8); /* White w/ opacity */
}

table.body01_text_table01 p
{
color:					black;
}

table.body01_text_table01 a:link
{
color: 					olive;
}

table.body01_text_table01 a:visited
{
color: 					olive;
}

table.body01_text_table01 p.quote
{
color:					gold;
}

/*																			  */
/* Additions - section only - no additions/changes to other styles			  */
/*																			  */</pre></body></html>