

a 					{ text-decoration:none; } 			/* turn off underline */   
a:hover 			{ text-decoration:underline; }		/* sets underline when mouse over link */
a:hover				{color: 730000;}					/* sets font color to red */


.maintitle			{font-weight: bold;
					font-family: Georgia, Times New Roman, Times, sans-serif;
					font-size: 10pt;
					color: #000066;
					}
					
.subtitleFirst		{color: #003399;
					font-weight: bold;
					font-family: Georgia, Times New Roman, Times, sans-serif;
					font-size: 10pt;
					}
					
.reviews			{color: #000033;
					font-family: Georgia, Times New Roman, Times, sans-serif;
					font-size: 9pt;
					}	
					
.linebetween		{line-height: 1.5;
					}									