<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body
 	{
    	min-width: 780px;  
	text-align: center;
	background: #ffffff url(bg.png) top center; 
	background-repeat: no-repeat;
	} 
	
/* =============== text =============== */

p 	
	{
	font-family: serif;
	text-align: left; 
	color: #000000;
	background: #ffffff;
   	}
	
.center 	
	{
	font-family: serif;
	text-align: center;
   	}

.right
	{
	text-align: right;
	}	

.b
	{
	font-family: serif;
	font-weight: 700;
	}
	
.i
	{
	font-family: serif;
	font-style: italic;
	}
	
.u
	{
	text-decoration: underline
	}
	
.small
	{
	font-size: xx-small;
	}	
	
.eggplant
	{
	color: #990066;
	background: #ffffff;
	}	
	
h1, h2, h3, h4, h5	
	{
	font-family: serif;	
	}
	
h1
	{
	text-align: center;
	}
	
h2
	{
	text-align: right;
	font-style: italic;
	color: #990066;
	}
	
h3
	{
	font-style: italic;
	}
	
h4
	{
	text-align: right;
	font-weight: 700;
	}	

td
	{
	padding-right: 10px;
	}
	
th
	{
	vertical-align: top;
	}	
		
hr
	{
	background-color: #990066;
	}

li	
	{
	color: #990066;
	font-weight: 700;
	margin-top: 1em;
	margin-bottom: 1em;
	}
	
img
	{
	border: 0;
	}
	
dt
	{
	font-weight: 700;
	}
	
dd
	{
	margin-top: 1em;
	margin-bottom: 1em;
	}
		

/* =============== layout =============== */
	

#container 
	{
	text-align: left;
	margin: 0 auto;
	width: 780px;
	position: relative;
	}
	
#logo
	{
	width: 180px;
	float: left;
	position: absolute;
	top: 350px;
	left: 5px;
	display: inline;
	}

#main
	{
	margin-left: 220px;
	margin-right: 30px;
	float: right;
	display: inline;
	}
	
#box
	{
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px; 
	margin-top: 40px;
	margin-bottom: 40px;
	border: solid 5px #990066;
	}



/* =============== navigation =============== */
 
a:link,a:visited
	{ 
	color: #367fac; 
	background: #ffffff;
	text-decoration: none;
	} 

a:hover
	{ 
	color: #990066; 
	background-color: #ffffff;
	text-decoration: none;
	} 

a:active 
	{ 
	color: #ff0000; 
	background: #ffffff;
	text-decoration: none;
	}	 
</pre></body></html>