/* last updated 11-17-25*/

aside { float: right;
}

article { overflow: auto;
}

footer { clear: both;
}

.alignleft { float: left;
}


.alignright {float: right;
}

from span {float: left;
}

