What you have done is what we all do once we graduate from college: use our common sense and experience to produce a fully normalised database design without going through a formal normalisation process. Well done
What you may need to do now, for the purposes of your project, is pretend you didn't do that and:
1) Take all the different attributes from all your tables and put them in a big list (i.e. unnormalised form) - document that.
2) Perform the 1NF process if required (it won't be probably) and document the resulting tables
3) Perform the 2NF process and document the resulting tables
4) Perform the 3NF process and document the resulting tables
The result at step 4 should of course be the set of tables you had to begin with!