\documentclass{article}
% Uncomment the following line to allow the usage of graphics (.png, .jpg)
%\usepackage[pdftex]{graphicx}
% Allow the usage of utf8 characters
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage[margin=0.5in]{geometry}
\usepackage{parskip}
\usepackage{xcolor}
% Start the document
\begin{document}
\setlength{\parskip}{\baselineskip}
\title{}
\begin{center}
\end{center}
\section{}
% Uncomment the following two lines if you want to have a bibliography
%\bibliographystyle{alpha}
%\bibliography{document}
\end{document}