body {		margin:5px 5px 5px 5px;		background:#FFF;		}	
A 			{ color: #111; text-decoration: underline;} 	
A:link		{ color: #111; text-decoration: underline;} 	
A:visited	{ color: #111; text-decoration: underline;} 	
A:active	{ color: #666;  } 	
A:hover		{ color: #999;  }
h1 {
font-size:25px;
font-family: verdana, arial, sans-serif;
font-weight:bold;
letter-spacing: .3em;
}

#frame {
		width:650px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		padding:0px;
		}
		
	#contentleft {
		width:170px;
		height:400px;
		padding:0px;
		float:left;
		background:#fff;
		border:1px solid black;
		}
	
	#contentcenter {
		width:300px;
		height:400px;
		padding:0px;
		float:left;
		background:#eee;
		border:1px solid black;
		}
	
	#contentright {
		width:170px;
		height:400px;
		padding:0px;
		float:left;
		background:#fff;
		border:1px solid black;
		}