
body {
	background-color : rgb( 240, 240, 240 );
	color : black;
	font-family : sans-serif;
	margin: 5px;
}

a {
	color: black;
}

a:visited {
	color: rgb( 128, 128, 128 );
}

div.logo {
	font-size: 80%;
	text-align: center;
}

div.content {
	background: url(images/shadow.png) no-repeat bottom right;
}

.content div {
	/*background: none !important;*/
	background: url(images/shadow_mask.png) no-repeat left top;
	padding: 6px;
}

.content div div {
	color: black;
	background: white !important;
	border: 1px solid rgb( 64, 64, 64 );
	padding: 10px;
}

div.bottom {
	color: rgb( 192, 192, 192 );
	font-size: 80%;
	text-align: center;
}

.content p {
	margin-left: 3em;
}

h1 {
	color: rgb( 64, 64, 192 );
	font: italic 1.8em Georgia, serif;
	text-align: center;
	margin-top: 0.5em;
}

h2 {
	color: rgb( 64, 64, 128 );
	font: italic 1.4em Georgia, serif;
	margin-top: 1.25em;
}

img {
	border: 0;
}

#w3html, #w3css {
	float: right;
}

.screenshot {
	margin: 5px;
	border: solid black 2px;
}



