<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.width100{
	font-family: Roboto, Arial, Helvetica, sans-serif;
    width: 100%; padding: 0px; border-spacing: 0px;
    border-collapse: collapse;
}
#pagewidth100{
	font-family: Roboto, Arial, Helvetica, sans-serif; text-align: center;
	width: 100%; padding: 5px; border-spacing: 0px;
    border-collapse: collapse;
}

#pagewidth100 h1{
	font-family:Roboto;
 	color:#024885;     
 /* line-height:20px; */
	/* font-size:18px; */
} 


.width80{
	font-family: Roboto, Arial, Helvetica, sans-serif; text-align: center;
	width: 80%; padding: 0px; border-spacing: 0px;
    border-collapse: collapse;
}
.width50{
	font-family: Roboto, Arial, Helvetica, sans-serif;
	width: 50%; padding: 0px; border-spacing: 0px;
    border-collapse: collapse;
}

/* Table with 100% width */
.table100{
	font-family: Roboto, Arial, Helvetica, sans-serif;
    width: 100%;
	border-collapse: collapse;
}
/* define borders for cells and column caption */
.table100 td, .table100 th {
    font-size: 12px;
    border: 0px solid #3499cd;
    /* background-color: #e7edfa; */
    padding: 0px;
}
/* define text decoration for column captions */
.table100 th {
    font-size: 84em;
    text-align: left;
    padding:0px;
    background-color: #3499cd;
    color: #ffffff;
	text-align: center; 
}
/* Font and background color for alternate row implemented using alt as class */
.table100 tr.alt td {
    color: #000000;
    background-color: #C4D5F9;
}
.table80{
	width: 80%;
	text-align: center;
    /* font-size: 12px; */
    border: collapse;
 }
 
 h1{
	 color:red;
	 
	 
 }

 #table1 {
	width: 80%;
	font-family: Roboto, Arial, Helvetica, sans-serif; 
	/* text-align: center; */
    font-size: 16px;
    border: 0px solid #000;
    /* background-color: #e7edfa; */
 }
 
#table2 tr,#table2 td {
	width: 80%;
	/* text-align: center; */
    font-size: 12px;
    border: 0px solid #000;
    /* background-color: #e7edfa; */
 }
 
.button {
    background-color: #31c3e8;
    border: none;
    color: white;
    padding: 7px 18px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    margin: 4px 2px;
    cursor: pointer;
}</pre></body></html>