/* CSS Document */

*
{
	margin:0;
	padding:0;
}

.clearer
{
	clear:both;
}

strong
{
	font-weight:bold;
}

.picture_right
{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

.picture_left
{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

a img
{
	border:0;
}

