	body {
		text-align:center;
		margin: 10px;
		background-color: #fff;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 18px;
		}
	
	#frame {
		width:800px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		padding:0px;
		text-align:left;
		}
		
	#contentleft {
		width:130px;
		padding:5px;
		float:left;
		}
	
	#contentcenter {
		width:330px;
		padding:5px;
		float:left;
		}
	
	#contentcenterright {
		width: 310px;
		padding: 5px;
		float: left;
		}
	
	#contentright {
		width:120px;
		padding:0px;
		float:left;
		}
	
	#contentheader {
		padding: 5px;
		background:#fff
		}
	
	#contentfooter {
		width: 780px;
		padding: 5px;
		background:#fff;
		text-align: center;
		float:left;
		}
	
	p,pre {
		margin:0px 10px 10px 10px;
		}
		
	#contentright p { font-size:10px}
	
/* my edit */
h1 {
	margin: 0px;
	margin-bottom: 2px;
}

h1 a {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	color: #3366CC;
	text-decoration: none; 
	}

h1 a:hover {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	color: #333333;
	text-decoration: none; 
	}

a 
	{
	text-decoration: none; 
	color: #333;
	}

a:hover 
	{
	text-decoration: underline; 
	color: #3366CC;
	} 

a.website 
	{
	text-decoration: none; 
	color: #3366CC;
	font-weight: bold;
	}

a.website:hover 
	{
	text-decoration: underline; 
	} 
	
	#contentcenter h2 {
		font-size: 16px;
		font-weight: bold;
		color: #3366CC;
		
		margin: 0px;
		margin-bottom: 5px;
		
		/*font-size: 14px;
		font-weight: bold;
		padding: 0px;
		color: #3366CC;
		margin: 0px;
		margin-bottom: 2px;*/
	}
	
	#contentcenterright h2 {
		font-size: 14px;
		font-weight: bold;
		color: #333;
		
		margin: 0px;
		margin-bottom: 5px;
	}
	
h3 
	{
	font-size: 14px; 
	color: #333; 
	font-weight: bold;
	margin: 0px;
	margin-bottom: 2px;
	}
	
ul
	{
	list-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	color: #333;
	font-weight: bold;
	line-height: 18px;
	}
			
li 
	{
	text-align:left;
	color:#666666;
	font-weight: normal;
	}
			
li a 
	{	
	text-decoration:none;
	color: #333;
	}
			
li a:hover 
	{	
	text-decoration: underline;
	color: #3366CC;
	}