\documentclass{article}
\usepackage{ulem}
\usepackage{graphicx}
\usepackage{hyperref}
\pagestyle{headings}
\begin{document}
\part{Setting Guest Permissions}
Guest permissions allow users to use some of the services that Horde provides without being authenticated.   This allows you to provide a website that links to each of the individual applications of Horde via direct link.  Below are some ideas on how you can provide basic access to some of the applications.  This section assumes you have administrator rights to the Horde Framework

\section{Kronolith}
To give access to a guest calendar do the following:

\begin{itemize}
\item Choose Administration --> Permissions


\item Click on the All Permissions "keys" icon


\item When the "Add a child Permission" pane appears, choose the Kronolith module


\item Click the Add button


\item On the Guest Permissions tab check, Show and Read.


\item Checking Edit allows a guest to Edit existing entries.


\item Checking Delete allows a guest to Delete entries.


\end{itemize}
\end{document}
