body {
	background: #ffe;
	background-position: top left;
	background-attachment: fixed;
}

#header {
	background-color: #115
}

.maintitle {
	color: #ffe;
}

.subtitle {
	color: #ffe;
}

	
#navigation {
	background-color: #eed;
	border-top: thin solid #115;
	border-left: thin solid #115;
	border-bottom: thin solid #115
}

h1, h2, h3, h4 {
	color: #114;
}

a {
	color: #069;
	text-decoration: none;
	font-weight: bold
}

#navigation a {
	font-weight: normal;
	color: #038
}
	
#navigation a:hover {
	background-color: #ffc;
	text-decoration: none
}

#navigation a:active {
	background-color: #ffc;
	text-decoration: underline
}

#main a:active {
	color: #936;
	background-color: #fda;
	text-decoration: underline;
}

#main a:hover {
	color: #933;
	background-color: #fda;
	text-decoration: none
}

a:visited, .visited {
	color: #636
}

b, strong, blockquote {
	color: #933
	}