/*--- Page Style ---*/

a:link {color:#03ADF3;}      /* unvisited link */
a:visited {color:#03ADF3;}   /* visited link */
a:hover {color:#5BCFFF;}     /* mouse over link */
a:active {color:#03ADF3;}    /* selected link */ 
    
div#text1            { /* text alignment */
	position        : relative;
    top             : -20px;
	text-align      : left;
	margin-left     : 40px;    
	margin-right    : auto;
    margin-top      : -35px;
	}
    
.container          {
    display         : flex;
    align-items     : center;
    justify-content : left
}

img                 {
    max-width       : 100%;
    max-height      :100%;
}

div#img00           { /* image placements */
	background-color:  inherit;
	position        : relative;
    border          : 0px; 
    border-radius   : 0px;
    box-shadow      : 0px 0px 0px #888888;
    left            : 0px;
	top             : -15px;
	width           : auto;
	height          : auto;    
    }
    
div#img01           { /* image placements */
	background-color:  inherit;
	position        : relative;
    border          : 0px; 
    border-radius   : 0px;
    box-shadow      : 0px 0px 0px #888888;
    left            : 100px;
	top             : -51px;
	width           : auto;
	height          : auto;    
    }
    
div#img02            { 
    background-color: transparent;
    float           : right;
    clear           : both;
	position        : relative;
    display         : flex;
    flex-direction  : column; 
	text-align      : left;	
    left            : 12px;
	width           : 293px;
	height          : auto;
    margin-top      : 5px;
    margin-bottom   : 8px;
    }
    
div#img03           { 
    background-color: transparent;
    float           : right;
    clear           : both;
	position        : relative;
    display         : flex;
    flex-direction  : column; 
	text-align      : left;	
    left            : 12px;
	width           : 402px;
	height          : auto;
    margin-top      : 5px;
    margin-bottom   : 8px;
    }
    
div#img04           { 
    background-color: transparent;
    float           : left;
    clear           : both;
	position        : relative;
    display         : flex;
    flex-direction  : column; 
	text-align      : left;	
    left            : 0px;
	width           : 802px;
	height          : auto;
    margin-top      : 0px;
    margin-bottom   : 8px;
    }

    
/*--- EndOfFile ---*/
