#boxtext {
margin: 5px 15px;
padding: 15px;
text-align: left;
}

#boxtext img {
float: left;
margin: 0 5px 0 0;
}

#boxtext .imgright img {
float: right;
margin: 0 5px 0 5px;
}

#boxtext .author {
text-decoration: none;
font-weight: bold;
font-color: black;
	}

#boxtext a:link, #boxtext a:visited {
text-decoration: none;
font-weight: bold;
color: #000000;
	}

#imageright {
float: right;
margin: 0 5px 0 5px;
}