﻿body {
	margin: 15px 30px;
	background: transparent url(../images/page_bg.png) no-repeat scroll right 10px;
	color: #666;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	font-size: 9pt;
	min-width: 480px;
}


h1,h2,h3,h4,h5,h6,p {
	margin: 0 0 5px;
	font-weight: normal;
}
h1 {
	color: #06c;
}
p {
	line-height: 150%;
}


a {
	color: black;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


.header {
	margin-bottom: 20px;
}


.changelog-list h3 {
	font-size: 125%;
	color: #06c;
}
.changelog-list h3 .changelog-time {
	font-size: 80%;
	color: #666;
	margin-left: 5px;
}
.changelog-list p {
	margin-bottom: 20px;
}
