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

h1	{
	padding:0;
	margin:0;
	}

h2	{
	padding:0;
	margin:3px 0 0;
	display:block;
	}	

.picup	{
	padding:0;
	margin:5px;
	width:600px;
	background-color:#DDF3B1;
	border:1px solid #999999;
	}
	/*table.picup td	{
		width:50%;
		}*/
	.picup img	{
		float:left;
		margin:2px;
		padding:3px;
		}
	.picup h3	{
		float:right;
		width:235px;
		font-size:12px;
		letter-spacing:0.1em;
		line-height:130%;
		margin:7px 0 7px 2px;
		padding:0;
		clear:none;
		font-weight:normal;
		}
	.picup h3 a:link	{
		color:#006699;
		font-weight:bold;
		text-decoration:underline;
	}
	.picup h3 a:hover	{
		color:#999999;
		text-decoration:none;	
	}
	.picup h3 a:visited	{
		font-weight:bold;	
	}

.topics	{
	margin:5px;
	}
table.topics	{
	width:610px;
	}
	table.topics td	{
		width:50%;
		text-align:left;
		}
	table.topics tr	{
		vertical-align:top;
		}
	.topics img	{
		float:left;
		margin:4px 0;
		padding:0px;
		}
	.topics h4	{
		float:right;
		width:240px;
		font-size:12px;
		letter-spacing:0.1em;
		line-height:130%;
		margin:4px 0px 5px 0px;
		padding:0px 0px 3px 0px;
		clear:none;
		font-weight:normal;		
		clear:right;
		}
	h4 a:link	{
			color:#006699;
			font-weight:bold;
			text-decoration:underline;
			}
	
	h4 a:hover	{
		color:#7FB2CC;
		text-decoration:none;	
	}
	
	h4 a:visited	{
		font-weight:bold;	
	}
	

.topics p	{
	font-size:12px;
	letter-spacing:0.1em;
	line-height:130%;
	margin:5px;
	padding:0;
	clear:none;
	}

a:link	{
	color:#006699;
	text-decoration:underline;
	}
a:visited	{
	text-decoration:underline;
	}
a:hover	{
	color:#7FB2CC;
	text-decoration:none;
	}</pre></body></html>