"If none of the properties [margin-right, margin-left, width] are
'auto', the value of 'margin-right' will be assigned 'auto'."
, see Horizontal formatting.
If this is honored, the following should not take any effect:
BODY {
margin-right: auto;
text-align: right;
}