<title>Image CSS Demo</title>
 
<style type="text/css">
 
body {
font-family: georgia ;
font-size: 90% ;
text-align: center ;
}
 
img.border {
	margin-left: 23px;
	margin-top: 5px;
	padding-top: 5px;
	padding-left: 16px;
	padding-right: 170px;
}
 
</style>
</head>
</body>
