a:link {color: Blue}     /* unvisited link */
a:visited {color: #990099}  /* visited link */
a:hover {color: Red}   /* mouse over link */
a:active {color: Red}   /* selected link */
 
H1  {
	font-family : Garamond, Times New Roman, serif;
	color : #996666;
	font-weight : bold;
}

H2  {
	font-family : Garamond, Times New Roman, serif;
	color : #996666;
	font-weight : bold;
}

H3  {
	font-family : Garamond, Times New Roman, serif;
	color : #AC4644;
	font-weight : bold;
}

P {
	font-family : Garamond, Times New Roman, serif;
	color : #AC4644
}

TD  {
	font-family : Garamond, Times New Roman, serif;
	color : #AC4644;
}

.Condensed  {
	font-family : Times New Roman, serif;
	color : #AC4644;
	font-size : 14px;
	
}

.Large  {
	font-family : Garamond, Times New Roman, serif;
	color : #AC4644;
	font-size : 20px;
	
}

