body {
	background-color: #026;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	font-size: 12px;
	color: #039;
	background-image: url(img/bg-top.jpg);
	background-repeat: repeat-x;
}
#top-title {
	background-image: url(img/logo.jpg);
	background-repeat: no-repeat;
}
#nav {
	background-color: #9FF;
}
a:link {
	text-decoration: none;
	color: #06C;
	font-weight: normal;
}
a:visited {
	font-weight: normal;
	color: #06C;
	text-decoration: none;
}
a:hover {
	font-weight: normal;
	color: #039;
	text-decoration: underline;
}
a:active {
	font-weight: normal;
	color: #06C;
	text-decoration: none;
}

#post {
	background-image: url(img/post-bg.jpg);
	background-repeat: repeat-x;
}
h1 {
	font-size: 18px;
	color: #800;
	text-indent: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
h6 {
	font-size: 9px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}

