diff --git a/chapters/Events.tex b/chapters/Events.tex
index ab10c618aca6f5c2fa37369dbcd6d151713a58c2..6a68efdfbcf2f4444bf7872d06a942789c1ef210 100644
--- a/chapters/Events.tex
+++ b/chapters/Events.tex
@@ -1,28 +1,55 @@
 \chapter{UCC Events}
 Dates and times are subject to change.
 
-% By [XON]
+% Event with title and date
+\newenvironment{event}[3]
+{
+	\begin{mdframed}[backgroundcolor=darkgray]
+	\color{white}{\section{#1}}
+	\begin{mdframed}[backgroundcolor=white]
+	When: #2
+	\end{mdframed}
+	\begin{mdframed}[backgroundcolor=white]
+	Where: #3
+	\end{mdframed}
+	\begin{mdframed}[backgroundcolor=white]
+
+	
+}{\end{mdframed}\end{mdframed}}
+
+% Simpler (no boxes)
+%\renewenvironment{event}[3]
+%{
+%	\section{#1}
+%	When: #2
+	
+%	Where: #3
+
+
+	
+%}{}
+
 
-\section{UCC Fresher Welcome}
-\fbox{ Friday, February 31st
-5:00 PM
-Cameron Hall Loft (above the UCC clubroom)}
 
+
+% By [XON]
+
+\begin{event}{UCC Fresher Welcome}{Friday, February 31st, 5:00PM}{Cameron Hall Loft (above the UCC clubroom)}
 The Fresher welcome exists to welcome you, a new UCC member, to the club. There will be a number of current members there to talk with and get to know, and all of your questions about the club and how to use it will be answered. As a bonus, all first time members get {\bf FREE pizza}.
+\end{event}
 
-\section{UCC Annual General Meeting}
-\fbox{When:  Tuesday, March 11th
-1.00 PM
-Guild Council Meeting Room}
+\begin{event}{UCC Annual General Meeting}{Tuesday, March 11th, 1:00PM}{Guild Council Meeting Room}
 
 The AGM is the meeting at which the new UCC committee is elected for 2014. The only way to be represented is to attend on the day. As a Fresher, you should attend to either run for or vote for the position of the Fresher Representative, who will be your liaison for the committee. If you don't know where the Guild Council Meeting Room is, arrive at the UCC clubroom a little early to join the mass exodus.
 
-\section{Easter LAN}
-\fbox{When: Easter Weekend
-3:00 PM to the morning after}
+\end{event}
+
+\begin{event}{Easter LAN}{Easter Weekend, 3:00PM until the morning after}{The Loft (above UCC Clubroom)}
 
 UCC runs a number of LANs throughout the year, some with proper organisation, some without. The Easter LAN is the first big LAN of the academic year, taking place over the Easter weekend, the first weekend of mid-Semester one study break. We play a number of different games, and of course you can organise your own. LANs are free for all UCC members, but you can bring a friend for around \$5 (though of course you should encourage them to join). Bring your own PCs, or use one of the limited stock in the clubroom.
 
+\end{event}
+
 \section{LANs}
 {\bf When:} Throughout the Year
 From Dusk til Dawn
diff --git a/fresher_guide.pdf b/fresher_guide.pdf
index dbfdb8e8b24e7aa5e4edd5c9573eccf6043ea9a8..1e31cb11073279d8b4859924deb3629ff39669f3 100644
Binary files a/fresher_guide.pdf and b/fresher_guide.pdf differ
diff --git a/fresher_guide.tex b/fresher_guide.tex
index 59748e28267a31fb5bbafddc9cb2997fffb91a89..bfb7db4cdf9292a1b21e67e42fa1b908ae231a33 100644
--- a/fresher_guide.tex
+++ b/fresher_guide.tex
@@ -39,8 +39,9 @@
 %\usepackage{listings} % For code snippets
 \definecolor{pink}{rgb}{1.0,0.5,0.5}
 \definecolor{darkgray}{rgb}{0.1,0.1,0.1}
+\definecolor{lightgray}{rgb}{0.7,0.7,0.7}
 \definecolor{darkred}{rgb}{0.75,0,0}
-\definecolor{darkblue}{rgb}{0,0,0.75}
+\definecolor{darkblue}{rgb}{0,0,0.35}
 \definecolor{green}{rgb}{0,0.70,0}
 \definecolor{black}{rgb}{0,0,0}
 %\lstset{language=Java}