<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body
{
font: "Trebuchet MS", Verdana, sans-serif;
background-color: #F0F0F0;
color: #202020;
}

#main
{
padding: 20px;
background-color: #D0D0D0;
border-radius: 0 4px 4px 4px;
text-align:justify;
text-justify:inter-word;
}

hr 
{
  border: 1px dotted;
  border-top: 0px;
  width: 100%;
  height: 1px;
  color: #000000;
}

h1
{
font: Georgia, serif;
border-bottom: 3px solid #000000;
color: #000000;
text-align: center;
}

h2
{
font: Georgia, serif;
border-bottom: 1px dashed #000000;
color: #000000;
text-align: center;
}

ul#menu
{
padding: 0px;
position: relative;
margin: 0;
text-align: center;
}

ul#menu li
{
display: inline;
}

ul#menu li a
{
background-color: #000000;
padding: 10px 20px;
text-decoration: none;
line-height: 2.8em;
color: #ffffff;
border-radius: 4px 4px 0 0;
}

ul#menu li a:hover
{
background-color: #646464;
}

.box{
	background: #f0f0f0; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff,  #f0f0f0); /* for firefox 3.6+ */
	border-color:#e1e1e1;
	border-style:solid;
	border-width:1px;
	padding:10px;
	margin:0px 0px 20px 0px;
}

.imageBoxLeft{
	float:left;
	clear:both;
	margin:0px 10px 10px 0px;
}
</pre></body></html>