.titlegreen {

	font-family: Times New Roman, Time Roman, Times, serif;

	font-size: 18px;

	font-weight: normal;

	color : #006600;

}



.titleblue {

	font-family: Times New Roman, Times Roman, Times, serif;

	font-size: 18px;

	font-weight: normal;

	color : #000099;

}



.blurb {

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-weight: bold;

	text-align: center;

	color : red;

}



.textgreen {

	color: #006600;

	font-weight : bold;

	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size : 11px;

}



.textblue {

	color: #000099;

	font-weight : bold;

	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size : 11px;

}



p {

	color: #000;

	font-family: Times New Roman, Times Roman, Times, serif;

	font-size : 12px;

	line-height : 16px;

}



.book{

	color: #000099;

	font-weight : bold;

	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size : 12px;

}



.author	{

	color: #006600;

	font-weight : bold;

	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size : 12px;

}



.small {

	color: #000099;

	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size : 10px;

	}



.smallgreen {

color: #006600;

	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size : 10px;

	}



.footergreen {

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 10px;

	font-weight: bold;

	color : #006600;

	text-align: center;

}

.footerblue {

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 10px;

	font-weight: bold;

	color : #000099;

	text-align: center;

}



<!-- Notes on links... If you put stylesheet or font info outside of the <A> tags, then the link stylesheet will take over, turning the link blue when unvisited, white when visited, or whatever.  However, if you put stylesheet info inside the <a> tag, then it will over ride the <a> info - but then you won't be able to tell when the link has been visited. --> 



A:visited {

	text-decoration: none;

	color : #333333;

	}

	

A:link {

	color : #006600;

	}

	

