body {
	margin-top: 5px;
	margin-left: 10px;
	background-color:#111144; 
	color:white; 
	font-size:14px; 
}

p {
	color:#AAAAAA;
}

a {
	color: yellow;
}

a:visited, a:active {
	color: lightgreen;
}

a:hover {
	background: lightgreen;
	color: black;
}

img.screenshot {
	width: 700px;
	margin-left: 45px;
	padding: 4px;
}

p {
	margin-left: 20px;
}

li {
	margin-bottom: 3px;
	margin-top: 1px;
	color:#AAAAAA;
}

.ref {
	color: #88CC88;
	font-style: italic;
}

.ext {
	color: #88CCDD;
	font-style: italic;
}

.important {
	color: red;
	font-weight: bold;
	font-size: 1.1em;
}

ul.changelog {
	font-size: 0.8em;
}

li.changelog {
	list-style: none;
}

.code {
	background-color:#C0C0C0;
	color:#000000; 
	font-family:Fixedsys,Courier,monospace; 
	padding:10px;
	white-space: pre;
}


#footer {
	color: #9c9c9c;
	font-size: 0.9em;
}
