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

body { background-color: #AFEEEE }

h2 { font-family: "Times New Roman" sans-serif; 
     font-size: 22pt; } 

h3 { font-family: "Times New Roman" sans-serif; 
     font-size: 16pt; } 

h4 { font-family: "Times New Roman" sans-serif; 
     font-size: 14pt; }

hr { border: 2px outset #AFEEEE;
     width: 76%;
     height: 3px; }

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

a:link { color: #000000; }
a:visited { color: #000000; } 
a:hover { color: #191970; 
	  font-size: 130%; 
	  text-decoration: none;}
a:active { color: #000000; }

</pre></body></html>