/* This contains styles for the homepage main text content area.
See also textcontent.css which defines default styles for
standard elements such as P, H1 etc */

div.TopLevelCopy h1 {
	font-size:240%;
	font-family:times new roman, georgia, garamond, serif;
	font-weight:normal;
	color:#960;
	text-transform:none;
	letter-spacing:0.1em;
}

div.TopLevelCopy p {
	font-family:times new roman, georgia, garamond, serif;
	font-size:115%;
	line-height:150%;
	TODOwidth:340px;
}

div.TopLevelCopy p a, div.TopLevelCopy p a:visited {
	color:#960;
}

#feature-project {
	margin-top:50px;
	font-size:11px;
}

#feature-project h2, #feature-project p, #feature-project p a {
	color:black;
}

#feature-project h2 {
    margin-bottom:10px;
}

#feature-project p a:hover {
	color:#960;
}
