<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body, td, input, select, textarea
{
font-family: verdana; 
font-size: 9pt; 
text-decoration: none;      
color: #000000
}

A:link    {font-family: verdana; font-size: 9pt; text-decoration: none;      color: #0000FF}
A:visited {font-family: verdana; font-size: 9pt; text-decoration: none;      color: #0000FF}
A:hover   {font-family: verdana; font-size: 9pt; text-decoration: underline; color: #FF0000}

form
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

table
{
border-collapse: collapse;
border-color   : #808080;
}

.blink_text {

    animation:1s blinker linear infinite;
    -webkit-animation:1s blinker linear infinite;
    -moz-animation:1s blinker linear infinite;

     color: red;
    }

    @-moz-keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }

    @-webkit-keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }

    @keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }</pre></body></html>