body {
	background-color: #FFFFFF;
	margin:0px;
}

#all {
	
	width: 170px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#postimg {
	padding-bottom: 5px;
	padding-top: 5px;
}


.name {
	
	font-family:Osaka;
	font-size: 10px;
	font-weight: normal;
	color: #003366;
	background-image: url(images/name_bg.gif);
	background-repeat: no-repeat;
	padding-bottom: 10px;
	padding-top: 2px;
	padding-left: 5px;
	
}

.mess {
	
	font-family:Osaka;
	font-size: 10px;
	color: #6699CC;
	line-height: 14px;
	font-weight: normal;
	background-image: url(images/mess_bg.gif);
	background-repeat: repeat;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.time {
	
	font-family:Osaka;
	color: #003366;
	font-size: 10px;
	padding-left: 5px;
	padding-bottom: 3px;
}

#page {
	
	font-family:Futura,verdana, arial, sans-serif;
	font-size: 10px;
	padding-bottom: 5px;
	padding-top: 5px;	
}

	a 		   {
	
	color: #333333 !important;
	font-size: 10px; 
	font-family: Osaka;
	font-weight: normal;
	text-decoration: none;
}

	a:link	   {
	color: #333333 !important;
	font-size: 10px;
	font-family: Osaka;
	font-weight: normal;
	text-decoration: none;
}
 
	a:visited	  {
	color: #666666 !important;
	font-size: 10px;
	font-family: Osaka;
	font-weight: normal;
	text-decoration: none;
} 
	a:hover  {
	color: #3399CC !important;
	font-size: 10px;
	font-family: Osaka;
	font-weight: normal;
	text-decoration: none;
	cursor: crosshair;
	position: relative;
	right: -1px;
	bottom: -1px;
} 




