/* default2.css */
/* type and font */

body {
	font-family: Verdana,Arial,Helvetica;
	background: #bobfc2;
	color: #444;
	font-size: .9em
	}

div#container {
	background: #fff;
	}

div#homeHeader h1 {
	width: 700px;
	height: 50px;
	background: url('images/harvest4.jpg');
	color: #fff;
	font-style: italic; 
	font-variant: normal; 
	font-weight: normal; 
	font-size: 3em;
	}

div#homeText {
	color: blue;
	}

div#homeTestimonials {
	font-size: 110%;
	color: green;
	}

div#homeNews {
	font-size: 80%;
	color: aqua;
	}

.montolaText {
	font: bold italic;
	}

.testee {
	color: red;
	}

.newsItem {
	font-size: 80%;
	}

.newsSummary {
	font-size: 100%;
	color: black
	}

.newsSource {
	color: blue;
	font: italic;
	}

.newsText {
	color: blue;
	}
.copy {
	font-size: 60%;
	}

/* secondary pages */

div#secondaryHeader h1 {
	size: 2em;
	color: green;
	padding: 4px;
	margin: 5px;
	border-bottom: 5px solid #387a9b;
	}

div#secondaryHeader h1 a {
	text-decoration: none
	}

div#secText {
	color: blue;
	}

div#secText p:first-letter {
	size: 1.2em;
	}

div#secTestimonials {
	size: 1.2em;
	color: red;
	}

div#secTestimonials p{
	size: 1em;
	color: blue;
	}

div#secTable table {
	font-size: .8em;
	}
