/*	COMMON	*/
a:link {
	color:#404040;
	text-decoration: underline;
}
a:visited {
	color:#737373;
	text-decoration: underline;
}
a:hover {
	color:#93cd27;
	text-decoration: underline;
	/*	font-weight:bold;	*/
}
a:active {
	color: #93cd27;
}

* { 
	margin:0px; padding:0px; 
}

body {
	width: 100%;
	/*width: 880px;*/
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding:0;
	color: #333333;
	font-size: small;
	line-height: 150%;
	background-color: #ffffff;
}
.margin_photo {
	margin:10px 10px 0 0px;
}
.text {
	 padding:10px 10px 10px 15px;
	text-align:left;

}