/* CSS Document */

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size: 18px;
}

p {
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
}

.italic {
	font-style: italic;
	font-size: 13px;
}

a {
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;
}

.morelink {
	font-family: "Times New Roman", Times, serif;
	font-size:10px;
}

.copyright {
	font-family:"Times New Roman", Times, serif;
	font-size: 10px;
}

#sponsors li{
	list-style: none;
	margin-bottom: 10px;
}

.date {
	font-size: 26px;
	font-family:"Times New Roman", Times, serif;
}

.day {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	letter-spacing: 3px;
	font-weight: bold;
}
.subHeadline {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
}
.headline {
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 2px;
}
.title {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 2px;
}
.eventdate {
	font-family:"Times New Roman", Times, serif;
	font-size: 20px;
}
.backToTop {
	font-family: "Times New Roman", Times, serif;
	font-size:10px;
}
