@font-face {
	font-family: Segoe UI Light;
	src: url(Segoe UI Light.ttf) format("truetype");
}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: "Segoe UI Light",Helvetica,Arial,sans-serif;
	font-size: 1em;
	background-image: url("../images/CFbackground.png");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: 120%;
	background-color: black;
	-moz-background-size: 120%;
}
p {
	margin: 0px;
}
div#content {
	left: 5%;
	width: 50%;
	position: relative;
}
div.list {
	color: rgb(238, 238, 238);
	font-size: 1em;
}
p#title {
	padding: 0px;
	top: -0.25em;
	text-align: right;
	right: 0.1em;
	color: white;
	font-size: 5em;
	position: relative;
}
p#subtitle {
	padding: 0px;
	top: -1em;
	text-align: right;
	right: 4em;
	color: rgb(238, 238, 238);
	font-size: 1.5em;
	position: relative;
}
p.section {
	font-size: 3em;
}
p.info {
	color: rgb(238, 238, 238);
	font-size: 0.9em;
}
table {
	margin: 0px; padding: 0px; width: 100%;
}
td {
	font-size: 1.5em;
}
td.entry {
	width: 90%;
}
td a.main span {
	visibility: hidden;
}
a.main:link {
	padding: 0.3em;
	text-align: center;
	color: white;
	text-decoration: none;
	display: block;
	background-color: rgba(70, 160, 255, 0.8);
}
a.main:visited {
	padding: 0.3em;
	text-align: center;
	color: white;
	text-decoration: none;
	display: block;
	background-color: rgba(70, 160, 255, 0.8);
}
a.main:hover {
	background-color: rgb(0, 149, 239);
}
a.main:focus {
	background-color: rgb(0, 149, 239);
}
a.main:active {
	background-color: rgb(0, 120, 238);
}
a.main:hover span {
	visibility: visible;
}
a.main:focus span {
	visibility: visible;
}
a.alt:link {
	padding: 0.3em;
	text-align: center;
	color: white;
	text-decoration: none;
	display: block;
	background-color: rgba(30, 180, 255, 0.8);
}
a.alt:visited {
	padding: 0.3em;
	text-align: center;
	color: white;
	text-decoration: none;
	display: block;
	background-color: rgba(30, 180, 255, 0.8);
}
a.alt:hover {
	background-color: rgb(16, 166, 255);
}
a.alt:focus {
	background-color: rgb(16, 166, 255);
}
a.alt:active {
	background-color: rgb(5, 144, 255);
}
span {
	margin: 0px;
	padding: 1em; 
	top: 20%; 
	width: 32%;
	text-align: left;
	right: 5%; 
	font-size: 0.8em; 
	float: right;
	position: fixed;
	background-color: rgba(70, 160, 255, 0.7);
}
img.display {
	width: 100%;
}