/* These are the styles unique to the home page */

#dream {
	width: 100%;
}

#dream h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 220%;
	font-style: normal;
	font-weight: bold;
	margin-right: 20px;
}
#dream h3 {
	font-style: italic;
	font-weight: bold;
	color: #003659;
	font-size: 120%;
	display: block;
	margin-bottom: 5px;
	margin-top: 30px;
}
#dream h4 {
	font-size: 100%;
	font-style: italic;
	margin-top: 5px;
	color: #AAC126;
	background-attachment: fixed;
	margin-bottom: 10px;
}
#dream td {
	text-align: left;
	vertical-align: top;
}
#dreamrt {
	margin-top: 30px;
}
#dream a:link {
	color: #00ABBE;
	text-decoration: none;
}
#dream a:visited {
	color: #00ABBE;
	text-decoration: none;
}
#dream a:hover, #dream a:focus {
	color: #002B51;
	text-decoration: none;
}

