/* CSS Document */

body {background-color:#000000;
	  font-family:Georgia, "Times New Roman", Times, serif;
	  font-size:10pt;
	  color:#C0C0C0;
	  scrollbar-face-color: #C23431; 
	scrollbar-arrow-color: #000000; 
               	scrollbar-track-color: #000000; 
		scrollbar-shadow-color: #C23431; 
               	scrollbar-highlight-color: #000000; 
		scrollbar-3dlight-color: #000000; 
		scrollbar-darkshadow-color: #000000; color: #C0C0C0; 
	  }	

a            { color: #C23431; 
				text-decoration: none;  
				font-size: 10pt 
		}
p            { text-indent: 20px; margin: 0; }

#logo {
	margin-left:auto;
	margin-right:auto;
	width:800px;

	}
	
#main {
	margin-left:auto;
	margin-right:auto;
	width:800px;
	background-color:#000000;
	border-color:#C23431;
	border-style:dashed;
	border-width:thin;
	}
h1, h3  {
	font-style:italic;
	text-align:center;

}
h2    {
	font-style:italic;
	
	}
