#announcement
{
	width: 15em;
	height: 3em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30%;
	margin-bottom: 30%;
	text-align: center;
	font-family: "Courier";
	color: black;
	font-size: x-large;
	background-color: gray;
}

#cornerdata
{
	postition: absolute;
	left: 1em;
	bottom: 1em;
	text-align: left;
	width: 25em;
	font-family: "Courier";
	color: black;
	font-size: large;
	background-color: gray;
}

#coredump
{
	position: fixed;
	font-family: "Courier";
	font-size: xx-large;
	font-weight: bolder;
	margin-left: 0%;
	margin-top: 0%;

}

a:link{
	text-decoration: underline overline;
	color: black;
}

a:visited{
	text-decoration: line-through;
	color: black;
}

a:hover{
	text-decoration: line-through;
	color: white;
	background: black;
}

a:active{
	text-decoration: none;
	color: black;
	background: white;
}

body
{
	background-color: #555555;
	background-repeat: no-repeat;
	background-attachment: fixed;
}