/* ======================= */
/* === General Styling === */
/* ======================= */

body {
	margin: 20px 60px 20px 60px;
	padding: 0;
	color: #333;
	background: #777;
	font: 1.0em/1.5 Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	}

.Body h1 {
	color: #FFF;
	font-size: 2.5em;
	text-transform: uppercase;
	}

.Body img {
	border: 2px solid #000;
	}

.Body a:link, a:visited {
	color: #222;
	text-decoration: none;
	font-weight: bold;
	}
	
.Body a:hover, a:active {
	background: #ff0000;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	}

.Body #Links {
	text-align: center;
	font-size: 0.9em;
	margin-top: 4em;
	}

div.TextOverPicture {
	border: 1px none #F00;
	background-image:  url(./Fake.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 600px;
	margin: 0px auto 0px auto;
    }

p.TextOverPicture {
	border: 1px none #0F0;
	overflow: auto;
	float: left;
	width: 270px;
	height: 518px;
	padding: 40px;
	margin: 0 auto 0 auto;
	}


/* ======================= */
/* === Problem Handler === */
/* ======================= */

.problem {
	display: none;
	}
