<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@viewport { width: 480px; }
BODY {
  font-family: Universe, Helvetica, Arial, sans-serif;
  font-size: 20px;
  background-image: url(../images/bg01.gif);
}




A { text-decoration: none; }
A:link           { color: blue; }
A:visited        { color: blue; }
A:link:active    { color: blue; }
A:hover { background-color: red; text-decoration: none; }
A:before { content: url(../images/smgrnrt.gif) }
}



em {color: #DD9999;}

.main{ font-size: 20px; background-image: url(../images/bglinks.gif);}

h1 			{font-size: 1.2rem; 
			position: absolute; top: 60px;
			width: 100%; 
			align: center; 
			text-align: center; 
			color: black; 
			background-color: red; background-image: url(../images/bg01.gif); 
			position: absolute; 
			width: 98%;}

h3 			{font-size: 0.8rem; 
			width: 100%; 
			align: left; 
			text-align: left; 
			color: #CCCCCC;
			width: 98%;}

.photos_low 		{position: absolute; 
			top: 150px; 
			width: 98%; 
			height: 210px; 
			background-image: url(../images/bg01.gif); 
			color: #008080;
			font-size: 0.8rem;}
.photo_overlay_text{position: absolute; top: 150px; width: 200px; background-color: yellow; color: red;  font-size: 0.8rem;}

.head_lowScreen 	{position: absolute;
			top: 5px; 
			width: 98%;
			height: 150px;
			align: center;}

.content 		{position: absolute; 
			top: 375px;
			width: 96%; 
			font-size: 1.0rem; 
			color: #CCCCCC; 
			background-color: #333333; 
			background-image: url(../images/bglinks.gif); }

.content-text	{margin-left: 10px; margin-right: 10px;}



.list{display: none;}
.head1{display: none;}
.hide_lowscreen{display: none;}
.photos {display: none;}</pre></body></html>