My references are being "double spaced" horizontally. They look like this:

Here is my bibliography:
Code: Select all
\begin{thebibliography}{9}
\bibitem{JSqueue}
János Sztrik, ``Practical Queueing Theory in Java'', University of Debrecen,
http://irh.inf.unideb.hu/user/jsztrik/education/09/english/index.html
\end{thebibliography}
Code: Select all
\documentclass[]{article} % list options between brackets
\usepackage{graphicx}
\usepackage{amsthm}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{latexsym}
\textwidth = 6.5 in
\textheight = 9 in
\oddsidemargin = 0.0 in
\evensidemargin = 0.0 in
\topmargin = 0.0 in
\headheight = 0.0 in
\headsep = 0.0 in
\parskip = 0.2 in
\parindent = 0.0in
\begin{document}
Why am I getting those huge ugly spaces in my references? How can I get rid of them?
Thanks!