You have the following options of 8 teams divided into 4 teams of 2 persons:
-- -- -- --
1st -- = can be arranged in 8*7 ways and the order can be (AB or BA) so 2 ways of arranging them
2nd -- = can be arranged in 6*5 ways and the order can be (CD or DC) so 2 ways of arranging them
3rd -- = can be arranged in 4*3 ways and the order can be (EF or FE) so 2 ways of arranging them
4th -- = can be arranged in 2*1 way and the order can be (GH or HG) so 2 ways of arranging them
Also then 4 groups can be arranged in 4! ways like
ABCDEFGH
ABCDEFHG and etc in 4! ways
So total = 8!/(4!*2!*2!*2!*2!) = 105
-Deepak