That would also account for the sizes. If you load the main page for a database in phpMyAdmin, it will tell you the size for each table. You need to see that there's no "overhead" on those tables, if there is, then you hit the "optimize tables" option and it will shrink the size.
You also have to account for the size of indexes, which make the database size larger, but lookups are quick because things get indexed.