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

body { background-color: #AFEEEE; }

h1 { font-family: "Times New Roman" sans-serif; 
     font-size: 22pt; 
     color: #0000FF; } 

h3 { font-family: "Times New Roman" sans-serif; 
     font-size: 14pt; 
     line-height: 12pt; } 

h4 { font-family: "Times New Roman" sans-serif; 
     font-size: 15pt; 
     line-height: 12pt; }

hr { border: 2px outset #AFEEEE; }

p, li { line-height: 15pt; }

large { font-size: 11pt; line-height: 14pt; } 
small { font-size: 12pt; line-height: 13pt; } 

a:link { color: #0000FF; 
	 text-decoration: none; }
a:visited { color: #0000FF; 
	     text-decoration: none; } 
a:hover { color: #1E90FF; 
	  text-decoration: none;}
a:active { color: #000000; }</pre></body></html>