body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #666;
}

#container {
	text-align: center;
	width: 600px;
	border-left: 5px solid #ddd;
	border-right: 5px solid #ddd;
	border-top: 5px solid #f5f5f5;
	border-bottom: 5px solid #ccc;
	background-color: #fff;
	padding-left: 25px;
	padding-right: 25px;
}

#container p {
	text-align: left;
}

#container ul {
	text-align: left;
}

#container ol {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	color: #494949;
	text-align: left;
}

h1 {
	font-size: 22px;
	color: #000;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 14px;
	margin-left: 10px;
}

h4 {
	font-size: 12px;
}

a:link,
a:visited {
	color: rgb(30,150,30);
	
	text-decoration: none;
}

img {
	border: 0px solid white;
}

a:hover,
a:active {
	text-decoration: underline;
}

#screenshot-list ul {
margin-right: 5px; padding: 0;
text-align: right;
list-style-type: none;
}

#screenshot-list li {
  display: inline;
}

pre {
	color: #222;
	font-weight: bold;
	font-size: 11px;
}

