body { 
	color: #73d3fd;
	font-size: 11px;
	font-family: tahoma, arial, sans-serif;
	background:url('images/bg.jpg') #44BAEA;
	cursor: default;
} 

#content {
	font-size: 11px;
	font-family: arial, tahoma, sans-serif;
	background:url('images/dreams_12.jpg') no-repeat top;
	background-color: #fff;
	padding: 2px 8px 0px 8px;
	text-align: justify;
	z-index: 2;
}

#b1 {
	background:url('images/dreams_11.jpg');
}

#b2 {
	background:url('images/dreams_13.jpg');
}

.header:first-letter {
	color: #cd7687;
}

.header {
	color: #41b7d1;
	font-weight: bold;
	font-size: 17px;
	font-style: italic;
	text-transform: lowercase;
	letter-spacing: 2px;
	padding-left: 20px;
	margin-bottom: -5px;

}

.title {
	color: #ffe18a;
	padding-left: 40px;
	margin-bottom: 0px;
	font-style: italic;
	margin-top: -6px;
	font-size: 10px;
}

ol { 
	list-style: upper-roman;
	margin-top: 9px;
	margin-bottom: 9px;
}

blockquote {
	margin-top: 9px;
	margin-bottom: 9px;
}

img { 
	border: 0px;
}

.credit { 
	font-size: 10px;
}

.codesort {
	text-align: left;
}

.codesort img { 
	background-color: #b8ebfc;
	border: 3px #b8ebfc solid;
}
.codes {
	background-color: #b8ebfc;
	border: 3px #b8ebfc solid;
}

a:link {
	color: #41b7d1;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
} 

a:visited {
	color: #ffe18a;
	text-decoration: line-through;
	font-weight: bold;
	letter-spacing: 1px;
} 

a:active {
	color: #cd7687;
	text-decoration: none;
	letter-spacing: 2px;
	font-weight: bold;
} 

a:hover {
	color: #cd7687;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: bold; 
	cursor: help;
}

input, textarea {
	font-family: tahoma, trebuchet ms, sans-serif;
	font-size: 11px;
	background-color: #41b7d1;
	color: #fff;
	border: 0px;
}
