body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/layout/bg.png);
	background-repeat: repeat-x;
}

a:link, a:visited {
	color: #06F;
}

a:hover {
	color: #06F;
	text-decoration: none;
}

a.setting:link, a.setting:visited {
	color: #FF9;
	text-decoration: none;
}

a.setting:hover {
	color: #FCC;
	text-decoration: none;
}

a.menu:link, a.menu:visited {
	color: #000;
	text-decoration: none;
}

a.menu:hover {
	color: #06C;
	text-decoration: underline;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20pt;
	margin: 10px 0px;
	color: #333;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	margin: 8px 0px;
	color: #06C;
	border-bottom: 1px solid #CCC;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	margin: 5px 0px;
	color: #C60;
	border-bottom: 1px solid #FC6;
}

p {
	margin: 0px 0px 10px 0px;
}

ol, ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

li {
	margin-bottom: 6px;
}

pre {
	margin: 0px;
}
