body {
	font-family: Andale Mono, monospace;
	text-transform: lowercase;
	font-size: 15px;
}

a:link, a:visited{
color: red;
background-color: white;
display: inline;
display: inline;
text-decoration: none;
}

a:hover {
background-color: white;
display: inline;
color:red;
text-decoration: underline;
}
a:active {
color:red;

}

img{
border: none;
}

#seperator {
padding-top: 70px;
}

ul {
color: white;
background-color: red;
display: inline;
list-style-type: none;
	margin: 0;
	padding: 0;
}

#eventdate{
color: white;
background-color: black;
display: inline;
font-size: 20px;
padding-top: 66px;
}

#eventtitle{
xbackground-color: red;
display: inline;
font-size: 66px;
padding-bottom: 10px;
}

#sidebar{
xcolor: white;
xbackground-color: black;
display: inline;
font-size: 66px;
padding-top: 20px;
}


li {
color: white;
background-color: black;
display: inline;
list-style-type: none;
	margin: 0;
	padding: 0;
}

h1 {
color: white;
background-color: black;
display: inline;
	font-size: 66px;
	font-weight: normal;
}
h2 {
color: red;
background-color: white;
display: inline;
	font-size: 66px;
	font-weight: normal;
}
h3 {
color: white;
background-color: black;
display: inline;
	font-size: 66px;
		font-weight: normal;

}
h4 {
color: white;
background-color: black;
display: inline;
	font-size: 66px;
	font-weight: normal;

}
