a:link {
	color: #69F;
}

a:hover, .projectList a:hover {
	color: #FF0;
}

a:active {
	color: #E0DFE3;
}

h1 {
	font-size: 24px;
	color: #0FF;
	font-weight: bold;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}


.quicklistHeader {
	color: #06F;
	font-weight: bold;
	font-size: 14px;
}

.projectList {
	list-style: none;
	padding: 0px;
}

.projectList li {
	padding-bottom: 6px;
}

.projectList a {
	color: #69F;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#whatsNew {
	font-weight: bold;
	border: 1px solid #CCC;
	padding: 5px 10px;
	margin-bottom: 50px;
}

#whatsNew .title {
	color: #FF0;
}

#whatsNew .date {
	color: #FFF;
}

#whatsNew .project {
	margin-top: 3em;
}

#homePageContent {
	font-style: italic;
	font-weight: bold;
}

#forSaleContent {
	margin-top: 25px;
}

#forSaleContent .new {
	font-size: 16px;
	font-style: italic;
}

#forSaleContent p {
	text-align: center;
	color: #ff0;
	font-weight: bold;
}