body {
	font-family: Georgia, "Times New Roman", Times, serif;
}

img {
	border: 0;
}

h1 {
	text-align: center;
}

acronym {
	cursor: help;
}

p {
	margin: 0; padding: 0;
	text-indent: 2em;
}

p, li {
	line-height: 3.5ex;
	clear: both;
	text-align: justify;
}

ul {
	list-style-type: square;
}

ul ul {
	list-style-type: circle;
}

ul, ol {
	margin-left: 2.5em;
}

img {
	vertical-align: middle;
}

li img {
	display: block;
	float: left;
	margin-right: 5px;
}

h5 {
	margin-left: 50px;
}

h5 img {
	margin-right: 20px;
}

a.int {
	padding: 1px;
	border-bottom: 1px dotted black;
	text-decoration: none;
	color: black;
	font-weight: bold;
	margin: 1px;
}

a.int:hover {
	border-bottom: 1px solid black;
}

.screen {
	margin: 5px;
	border: 1px solid black;
	padding: 3px;
	width: 800px;
	background-color: black;
	color: white;
}

.screen p {
	line-height: 2ex;
	text-indent: 0px;
	font-style: italic;
	text-align: center;
	margin-top: 10px;
}

.screen img {
	display: block;
}

#w3c {
	margin-top: 10px;
	text-align: center;
}